#4C1332

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

Shades of Blackberry #4C1332

Tints of Blackberry #4C1332

Color information

#4C1332 (or 0x4C1332) is unknown color: approx Blackberry. HEX triplet: 4C, 13 and 32. RGB value is (76,19,50). Sum of RGB (Red+Green+Blue) = 76+19+50=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1332 is #B3ECCD. Grayscale: #272727. Windows color (decimal): -11791566 or 3281740. OLE color: 3281740.

HSL color Cylindrical-coordinate representation of color #4C1332: hue angle of 327.37º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1332 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB761950-
CMYK00.750.340.70
HSL327.37º60%18.63%-
HSV(B)327.37º75%29.8%-
XYZ3.792.233.25-
YUV39.58133.88153.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.41%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=52.41%
G=13.10%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76195000.750.340.70327.376018.63
Hex4C133204B22461473c13
Octal11423620113421065077423
Binary10011001001111001001001011100010100011010100011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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