#4C182F

Color #4C182F Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #4C182F

Tints of Blackberry #4C182F

Color information

#4C182F (or 0x4C182F) is unknown color: approx Blackberry. HEX triplet: 4C, 18 and 2F. RGB value is (76,24,47). Sum of RGB (Red+Green+Blue) = 76+24+47=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C182F is #B3E7D0. Grayscale: #2A2A2A. Windows color (decimal): -11790289 or 3086412. OLE color: 3086412.

HSL color Cylindrical-coordinate representation of color #4C182F: hue angle of 333.46º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C182F is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB762447-
CMYK00.680.380.70
HSL333.46º52%19.61%-
HSV(B)333.46º68.42%29.8%-
XYZ3.822.42.95-
YUV42.17130.73152.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 51.70%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=51.70%
G=16.33%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76244700.680.380.70333.465219.61
Hex4C182F044264614d3414
Octal11430570104461065156424
Binary10011001100010111101000100100110100011010100110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C182F; }

 p { color: rgb(76,24,47); }

 H1.HeaderClassName
 {
   color: #4C182F;
 }
 .AnyTagClassName
 {
   color: #4C182F;
 }
</style>
background-color css

<style>
 a { background-color: #4C182F; }

 a { background-color: rgb(76,24,47); }

 div.DivClassName
 {
   background-color: #4C182F;
 }
 .BgClassName
 {
   background-color: #4C182F;
 }
</style>
border-color css

<style>
 span { border-color: #4C182F; }

 span { border-color: rgb(76,24,47); }

 td.TdClassName
 {
   border-color: #4C182F;
 }
 .TagClassName
 {
   border-color: #4C182F;
 }
</style>