#1E1509

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

Shades of Bokara Grey #1E1509

Tints of Bokara Grey #1E1509

Color information

#1E1509 (or 0x1E1509) is unknown color: approx Bokara Grey. HEX triplet: 1E, 15 and 09. RGB value is (30,21,9). Sum of RGB (Red+Green+Blue) = 30+21+9=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1509 is #E1EAF6. Grayscale: #161616. Windows color (decimal): -14805751 or 595230. OLE color: 595230.

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

Color convert

RGB30219-
CMYK00.300.700.88
HSL34.29º53.85%7.65%-
HSV(B)34.29º70%11.76%-
XYZ0.850.830.37-
YUV22.32120.48133.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 35%
BLUE value IS 9 (3.91% from 255) = 15%
R=50%
G=35%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3021900.300.700.8834.2953.857.65
Hex1E15901E465822368
Octal362511036106130426610
Binary11110101011001011110100011010110001000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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