#1E1309

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

Shades of Bokara Grey #1E1309

Tints of Bokara Grey #1E1309

Color information

#1E1309 (or 0x1E1309) is unknown color: approx Bokara Grey. HEX triplet: 1E, 13 and 09. RGB value is (30,19,9). Sum of RGB (Red+Green+Blue) = 30+19+9=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1309 is #E1ECF6. Grayscale: #151515. Windows color (decimal): -14806263 or 594718. OLE color: 594718.

HSL color Cylindrical-coordinate representation of color #1E1309: hue angle of 28.57º 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 #1E1309 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB30199-
CMYK00.370.700.88
HSL28.57º53.85%7.65%-
HSV(B)28.57º70%11.76%-
XYZ0.820.760.36-
YUV21.15121.14134.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 51.72%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 9 (3.91% from 255) = 15.52%
R=51.72%
G=32.76%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3019900.370.700.8828.5753.857.65
Hex1E13902546581d368
Octal362311045106130356610
Binary11110100111001010010110001101011000111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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