#1E1712

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

Shades of Bokara Grey #1E1712

Tints of Bokara Grey #1E1712

Color information

#1E1712 (or 0x1E1712) is unknown color: approx Bokara Grey. HEX triplet: 1E, 17 and 12. RGB value is (30,23,18). Sum of RGB (Red+Green+Blue) = 30+23+18=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1712 is #E1E8ED. Grayscale: #181818. Windows color (decimal): -14805230 or 1185566. OLE color: 1185566.

HSL color Cylindrical-coordinate representation of color #1E1712: hue angle of 25º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1712 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB302318-
CMYK00.230.400.88
HSL25º25%9.41%-
HSV(B)25º40%11.76%-
XYZ0.950.930.7-
YUV24.52124.32131.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 42.25%
GREEN value IS 23 (9.38% from 255) = 32.39%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=42.25%
G=32.39%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30231800.230.400.8825259.41
Hex1E1712017285819199
Octal36272202750130313111
Binary111101011110010010111101000101100011001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,23,18); }

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

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

 a { background-color: rgb(30,23,18); }

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

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

 span { border-color: rgb(30,23,18); }

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