#110F0D

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

Shades of Bokara Grey #110F0D

Tints of Bokara Grey #110F0D

Color information

#110F0D (or 0x110F0D) is unknown color: approx Bokara Grey. HEX triplet: 11, 0F and 0D. RGB value is (17,15,13). Sum of RGB (Red+Green+Blue) = 17+15+13=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 17 - color contains mainly: red. Hex color #110F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F0D is #EEF0F2. Grayscale: #0F0F0F. Windows color (decimal): -15659251 or 855825. OLE color: 855825.

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

Color convert

RGB171513-
CMYK00.120.240.93
HSL30º13.33%5.88%-
HSV(B)30º23.53%6.67%-
XYZ0.470.490.45-
YUV15.37126.66129.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 15 (6.25% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 28.89%
R=37.78%
G=33.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17151300.120.240.933013.335.88
Hex11FD0C185D1ed6
Octal2117150143013536156
Binary100011111110101100110001011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,15,13); }

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

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

 a { background-color: rgb(17,15,13); }

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

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

 span { border-color: rgb(17,15,13); }

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