#4D112C

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

Shades of Blackberry #4D112C

Tints of Blackberry #4D112C

Color information

#4D112C (or 0x4D112C) is unknown color: approx Blackberry. HEX triplet: 4D, 11 and 2C. RGB value is (77,17,44). Sum of RGB (Red+Green+Blue) = 77+17+44=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D112C is #B2EED3. Grayscale: #252525. Windows color (decimal): -11726548 or 2888013. OLE color: 2888013.

HSL color Cylindrical-coordinate representation of color #4D112C: hue angle of 333º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D112C is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB771744-
CMYK00.780.430.70
HSL333º63.83%18.43%-
HSV(B)333º77.92%30.2%-
XYZ3.722.162.6-
YUV38.02131.38155.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.80%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=55.80%
G=12.32%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77174400.780.430.7033363.8318.43
Hex4D112C04E2B4614d4012
Octal115215401165310651510022
Binary100110110001101100010011101010111000110101001101100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,17,44); }

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

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

 a { background-color: rgb(77,17,44); }

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

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

 span { border-color: rgb(77,17,44); }

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