#4E092D

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

Shades of Blackberry #4E092D

Tints of Blackberry #4E092D

Color information

#4E092D (or 0x4E092D) is unknown color: approx Blackberry. HEX triplet: 4E, 09 and 2D. RGB value is (78,9,45). Sum of RGB (Red+Green+Blue) = 78+9+45=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E092D is #B1F6D2. Grayscale: #212121. Windows color (decimal): -11663059 or 2951502. OLE color: 2951502.

HSL color Cylindrical-coordinate representation of color #4E092D: hue angle of 328.7º 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 #4E092D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB78945-
CMYK00.880.420.69
HSL328.7º79.31%17.06%-
HSV(B)328.7º88.46%30.59%-
XYZ3.7122.67-
YUV33.74134.36159.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.09%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=59.09%
G=6.82%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7894500.880.420.69328.779.3117.06
Hex4E92D0582A451494f11
Octal116115501305210551111721
Binary10011101001101101010110001010101000101101001001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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