#110E0B

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

Shades of Bokara Grey #110E0B

Tints of Bokara Grey #110E0B

Color information

#110E0B (or 0x110E0B) is unknown color: approx Bokara Grey. HEX triplet: 11, 0E and 0B. RGB value is (17,14,11). Sum of RGB (Red+Green+Blue) = 17+14+11=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 17 - color contains mainly: red. Hex color #110E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E0B is #EEF1F4. Grayscale: #0E0E0E. Windows color (decimal): -15659509 or 724497. OLE color: 724497.

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

Color convert

RGB171411-
CMYK00.180.350.93
HSL30º21.43%5.49%-
HSV(B)30º35.29%6.67%-
XYZ0.450.460.38-
YUV14.56125.99129.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 14 (5.86% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 26.19%
R=40.48%
G=33.33%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17141100.180.350.933021.435.49
Hex11EB012235D1e155
Octal2116130224313536255
Binary100011110101101001010001110111011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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