#4C183F

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

Shades of Blackberry #4C183F

Tints of Blackberry #4C183F

Color information

#4C183F (or 0x4C183F) is unknown color: approx Blackberry. HEX triplet: 4C, 18 and 3F. RGB value is (76,24,63). Sum of RGB (Red+Green+Blue) = 76+24+63=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C183F is #B3E7C0. Grayscale: #2B2B2B. Windows color (decimal): -11790273 or 4134988. OLE color: 4134988.

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

Color convert

RGB762463-
CMYK00.680.170.70
HSL315º52%19.61%-
HSV(B)315º68.42%29.8%-
XYZ4.22.554.97-
YUV43.99138.73150.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.63%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 63 (25% from 255) = 38.65%
R=46.63%
G=14.72%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76246300.680.170.703155219.61
Hex4C183F044114613b3414
Octal11430770104211064736424
Binary1001100110001111110100010010001100011010011101111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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