#4C133C

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

Shades of Blackberry #4C133C

Tints of Blackberry #4C133C

Color information

#4C133C (or 0x4C133C) is unknown color: approx Blackberry. HEX triplet: 4C, 13 and 3C. RGB value is (76,19,60). Sum of RGB (Red+Green+Blue) = 76+19+60=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C133C is #B3ECC3. Grayscale: #282828. Windows color (decimal): -11791556 or 3937100. OLE color: 3937100.

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

Color convert

RGB761960-
CMYK00.750.210.70
HSL316.84º60%18.63%-
HSV(B)316.84º75%29.8%-
XYZ4.032.334.51-
YUV40.72138.88153.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.03%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=49.03%
G=12.26%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76196000.750.210.70316.846018.63
Hex4C133C04B154613d3c13
Octal11423740113251064757423
Binary1001100100111111000100101110101100011010011110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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