#4D112B

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

Shades of Blackberry #4D112B

Tints of Blackberry #4D112B

Color information

#4D112B (or 0x4D112B) is unknown color: approx Blackberry. HEX triplet: 4D, 11 and 2B. RGB value is (77,17,43). Sum of RGB (Red+Green+Blue) = 77+17+43=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D112B is #B2EED4. Grayscale: #252525. Windows color (decimal): -11726549 or 2822477. OLE color: 2822477.

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

Color convert

RGB771743-
CMYK00.780.440.70
HSL334º63.83%18.43%-
HSV(B)334º77.92%30.2%-
XYZ3.72.152.51-
YUV37.9130.88155.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 56.20%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=56.20%
G=12.41%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77174300.780.440.7033463.8318.43
Hex4D112B04E2C4614e4012
Octal115215301165410651610022
Binary100110110001101011010011101011001000110101001110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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