#1E1815

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

Shades of Bokara Grey #1E1815

Tints of Bokara Grey #1E1815

Color information

#1E1815 (or 0x1E1815) is unknown color: approx Bokara Grey. HEX triplet: 1E, 18 and 15. RGB value is (30,24,21). Sum of RGB (Red+Green+Blue) = 30+24+21=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1815 is #E1E7EA. Grayscale: #191919. Windows color (decimal): -14804971 or 1382430. OLE color: 1382430.

HSL color Cylindrical-coordinate representation of color #1E1815: hue angle of 20º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1815 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB302421-
CMYK00.200.300.88
HSL20º17.65%10%-
HSV(B)20º30%11.76%-
XYZ10.980.85-
YUV25.45125.49131.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 21 (8.59% from 255) = 28%
R=40%
G=32%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30242100.200.300.882017.6510
Hex1E18150141E581412a
Octal36302502436130242212
Binary11110110001010101010011110101100010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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