#110E0A

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

Shades of Bokara Grey #110E0A

Tints of Bokara Grey #110E0A

Color information

#110E0A (or 0x110E0A) is unknown color: approx Bokara Grey. HEX triplet: 11, 0E and 0A. RGB value is (17,14,10). Sum of RGB (Red+Green+Blue) = 17+14+10=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 17 - color contains mainly: red. Hex color #110E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E0A is #EEF1F5. Grayscale: #0E0E0E. Windows color (decimal): -15659510 or 658961. OLE color: 658961.

HSL color Cylindrical-coordinate representation of color #110E0A: hue angle of 34.29º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #110E0A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB171410-
CMYK00.180.410.93
HSL34.29º25.93%5.29%-
HSV(B)34.29º41.18%6.67%-
XYZ0.440.460.35-
YUV14.44125.49129.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 14 (5.86% from 255) = 34.15%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=41.46%
G=34.15%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17141000.180.410.9334.2925.935.29
Hex11EA012295D221a5
Octal2116120225113542325
Binary1000111101010010010101001101110110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110E0A; }

 p { color: rgb(17,14,10); }

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

<style>
 a { background-color: #110E0A; }

 a { background-color: rgb(17,14,10); }

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

<style>
 span { border-color: #110E0A; }

 span { border-color: rgb(17,14,10); }

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