#4E092C

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

Shades of Blackberry #4E092C

Tints of Blackberry #4E092C

Color information

#4E092C (or 0x4E092C) is unknown color: approx Blackberry. HEX triplet: 4E, 09 and 2C. RGB value is (78,9,44). Sum of RGB (Red+Green+Blue) = 78+9+44=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E092C is #B1F6D3. Grayscale: #212121. Windows color (decimal): -11663060 or 2885966. OLE color: 2885966.

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

Color convert

RGB78944-
CMYK00.880.440.69
HSL329.57º79.31%17.06%-
HSV(B)329.57º88.46%30.59%-
XYZ3.6922.57-
YUV33.62133.86159.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.54%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=59.54%
G=6.87%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7894400.880.440.69329.5779.3117.06
Hex4E92C0582C4514a4f11
Octal116115401305410551211721
Binary10011101001101100010110001011001000101101001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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