#4E0B2C

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

Shades of Blackberry #4E0B2C

Tints of Blackberry #4E0B2C

Color information

#4E0B2C (or 0x4E0B2C) is unknown color: approx Blackberry. HEX triplet: 4E, 0B and 2C. RGB value is (78,11,44). Sum of RGB (Red+Green+Blue) = 78+11+44=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0B2C is #B1F4D3. Grayscale: #222222. Windows color (decimal): -11662548 or 2886478. OLE color: 2886478.

HSL color Cylindrical-coordinate representation of color #4E0B2C: hue angle of 330.45º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0B2C is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB781144-
CMYK00.860.440.69
HSL330.45º75.28%17.45%-
HSV(B)330.45º85.9%30.59%-
XYZ3.722.042.58-
YUV34.8133.2158.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 11 (4.69% from 255) = 8.27%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=58.65%
G=8.27%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78114400.860.440.69330.4575.2817.45
Hex4EB2C0562C4514a4b11
Octal116135401265410551211321
Binary10011101011101100010101101011001000101101001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,11,44); }

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

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

 a { background-color: rgb(78,11,44); }

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

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

 span { border-color: rgb(78,11,44); }

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