#4E0927

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

Shades of Blackberry #4E0927

Tints of Blackberry #4E0927

Color information

#4E0927 (or 0x4E0927) is unknown color: approx Blackberry. HEX triplet: 4E, 09 and 27. RGB value is (78,9,39). Sum of RGB (Red+Green+Blue) = 78+9+39=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0927 is #B1F6D8. Grayscale: #212121. Windows color (decimal): -11663065 or 2558286. OLE color: 2558286.

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

Color convert

RGB78939-
CMYK00.880.500.69
HSL333.91º79.31%17.06%-
HSV(B)333.91º88.46%30.59%-
XYZ3.611.962.11-
YUV33.05131.36160.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.90%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=61.90%
G=7.14%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7893900.880.500.69333.9179.3117.06
Hex4E927058324514e4f11
Octal116114701306210551611721
Binary10011101001100111010110001100101000101101001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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