#4E092F

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

Shades of Blackberry #4E092F

Tints of Blackberry #4E092F

Color information

#4E092F (or 0x4E092F) is unknown color: approx Blackberry. HEX triplet: 4E, 09 and 2F. RGB value is (78,9,47). Sum of RGB (Red+Green+Blue) = 78+9+47=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E092F is #B1F6D0. Grayscale: #212121. Windows color (decimal): -11663057 or 3082574. OLE color: 3082574.

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

Color convert

RGB78947-
CMYK00.880.400.69
HSL326.96º79.31%17.06%-
HSV(B)326.96º88.46%30.59%-
XYZ3.752.022.88-
YUV33.96135.36159.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=58.21%
G=6.72%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7894700.880.400.69326.9679.3117.06
Hex4E92F05828451474f11
Octal116115701305010550711721
Binary10011101001101111010110001010001000101101000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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