#4C1832

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

Shades of Blackberry #4C1832

Tints of Blackberry #4C1832

Color information

#4C1832 (or 0x4C1832) is unknown color: approx Blackberry. HEX triplet: 4C, 18 and 32. RGB value is (76,24,50). Sum of RGB (Red+Green+Blue) = 76+24+50=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1832 is #B3E7CD. Grayscale: #2A2A2A. Windows color (decimal): -11790286 or 3283020. OLE color: 3283020.

HSL color Cylindrical-coordinate representation of color #4C1832: hue angle of 330º 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 #4C1832 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB762450-
CMYK00.680.340.70
HSL330º52%19.61%-
HSV(B)330º68.42%29.8%-
XYZ3.882.423.28-
YUV42.51132.23151.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 50.67%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 50 (19.92% from 255) = 33.33%
R=50.67%
G=16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76245000.680.340.703305219.61
Hex4C1832044224614a3414
Octal11430620104421065126424
Binary10011001100011001001000100100010100011010100101011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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