#4E092B

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

Shades of Blackberry #4E092B

Tints of Blackberry #4E092B

Color information

#4E092B (or 0x4E092B) is unknown color: approx Blackberry. HEX triplet: 4E, 09 and 2B. RGB value is (78,9,43). Sum of RGB (Red+Green+Blue) = 78+9+43=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E092B is #B1F6D4. Grayscale: #212121. Windows color (decimal): -11663061 or 2820430. OLE color: 2820430.

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

Color convert

RGB78943-
CMYK00.880.450.69
HSL330.43º79.31%17.06%-
HSV(B)330.43º88.46%30.59%-
XYZ3.681.992.48-
YUV33.51133.36159.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=60%
G=6.92%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7894300.880.450.69330.4379.3117.06
Hex4E92B0582D4514a4f11
Octal116115301305510551211721
Binary10011101001101011010110001011011000101101001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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