#17110C

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

Shades of Bokara Grey #17110C

Tints of Bokara Grey #17110C

Color information

#17110C (or 0x17110C) is unknown color: approx Bokara Grey. HEX triplet: 17, 11 and 0C. RGB value is (23,17,12). Sum of RGB (Red+Green+Blue) = 23+17+12=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 23 - color contains mainly: red. Hex color #17110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17110C is #E8EEF3. Grayscale: #121212. Windows color (decimal): -15265524 or 790807. OLE color: 790807.

HSL color Cylindrical-coordinate representation of color #17110C: hue angle of 27.27º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17110C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB231712-
CMYK00.260.480.91
HSL27.27º31.43%6.86%-
HSV(B)27.27º47.83%9.02%-
XYZ0.620.610.43-
YUV18.22124.49131.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 44.23%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=44.23%
G=32.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23171200.260.480.9127.2731.436.86
Hex1711C01A305B1b1f7
Octal2721140326013333377
Binary1011110001110001101011000010110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17110C; }

 p { color: rgb(23,17,12); }

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

<style>
 a { background-color: #17110C; }

 a { background-color: rgb(23,17,12); }

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

<style>
 span { border-color: #17110C; }

 span { border-color: rgb(23,17,12); }

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