#4E092E

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

Shades of Blackberry #4E092E

Tints of Blackberry #4E092E

Color information

#4E092E (or 0x4E092E) is unknown color: approx Blackberry. HEX triplet: 4E, 09 and 2E. RGB value is (78,9,46). Sum of RGB (Red+Green+Blue) = 78+9+46=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E092E is #B1F6D1. Grayscale: #212121. Windows color (decimal): -11663058 or 3017038. OLE color: 3017038.

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

Color convert

RGB78946-
CMYK00.880.410.69
HSL327.83º79.31%17.06%-
HSV(B)327.83º88.46%30.59%-
XYZ3.732.012.78-
YUV33.85134.86159.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=58.65%
G=6.77%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7894600.880.410.69327.8379.3117.06
Hex4E92E05829451484f11
Octal116115601305110551011721
Binary10011101001101110010110001010011000101101001000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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