#1E1409

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

Shades of Bokara Grey #1E1409

Tints of Bokara Grey #1E1409

Color information

#1E1409 (or 0x1E1409) is unknown color: approx Bokara Grey. HEX triplet: 1E, 14 and 09. RGB value is (30,20,9). Sum of RGB (Red+Green+Blue) = 30+20+9=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1409 is #E1EBF6. Grayscale: #151515. Windows color (decimal): -14806007 or 594974. OLE color: 594974.

HSL color Cylindrical-coordinate representation of color #1E1409: hue angle of 31.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1409 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB30209-
CMYK00.330.700.88
HSL31.43º53.85%7.65%-
HSV(B)31.43º70%11.76%-
XYZ0.830.80.37-
YUV21.74120.81133.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50.85%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 9 (3.91% from 255) = 15.25%
R=50.85%
G=33.90%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3020900.330.700.8831.4353.857.65
Hex1E14902146581f368
Octal362411041106130376610
Binary11110101001001010000110001101011000111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,20,9); }

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

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

 a { background-color: rgb(30,20,9); }

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

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

 span { border-color: rgb(30,20,9); }

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