#1E0816

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

Shades of Blackberry #1E0816

Tints of Blackberry #1E0816

Color information

#1E0816 (or 0x1E0816) is unknown color: approx Blackberry. HEX triplet: 1E, 08 and 16. RGB value is (30,8,22). Sum of RGB (Red+Green+Blue) = 30+8+22=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0816 is #E1F7E9. Grayscale: #101010. Windows color (decimal): -14809066 or 1443870. OLE color: 1443870.

HSL color Cylindrical-coordinate representation of color #1E0816: hue angle of 321.82º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0816 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.88.

Color convert

RGB30822-
CMYK00.730.270.88
HSL321.82º57.89%7.45%-
HSV(B)321.82º73.33%11.76%-
XYZ0.770.510.82-
YUV16.17131.29137.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 22 (8.98% from 255) = 36.67%
R=50%
G=13.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3082200.730.270.88321.8257.897.45
Hex1E8160491B581423a7
Octal361026011133130502727
Binary1111010001011001001001110111011000101000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E0816; }

 p { color: rgb(30,8,22); }

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

<style>
 a { background-color: #1E0816; }

 a { background-color: rgb(30,8,22); }

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

<style>
 span { border-color: #1E0816; }

 span { border-color: rgb(30,8,22); }

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