#1E0B16

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

Shades of Blackberry #1E0B16

Tints of Blackberry #1E0B16

Color information

#1E0B16 (or 0x1E0B16) is unknown color: approx Blackberry. HEX triplet: 1E, 0B and 16. RGB value is (30,11,22). Sum of RGB (Red+Green+Blue) = 30+11+22=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B16 is #E1F4E9. Grayscale: #111111. Windows color (decimal): -14808298 or 1444638. OLE color: 1444638.

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

Color convert

RGB301122-
CMYK00.630.270.88
HSL325.26º46.34%8.04%-
HSV(B)325.26º63.33%11.76%-
XYZ0.80.570.83-
YUV17.93130.29136.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 47.62%
GREEN value IS 11 (4.69% from 255) = 17.46%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=47.62%
G=17.46%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30112200.630.270.88325.2646.348.04
Hex1EB1603F1B581452e8
Octal361326077331305055610
Binary1111010111011001111111101110110001010001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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