#171410

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

Shades of Bokara Grey #171410

Tints of Bokara Grey #171410

Color information

#171410 (or 0x171410) is unknown color: approx Bokara Grey. HEX triplet: 17, 14 and 10. RGB value is (23,20,16). Sum of RGB (Red+Green+Blue) = 23+20+16=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 23 - color contains mainly: red. Hex color #171410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171410 is #E8EBEF. Grayscale: #141414. Windows color (decimal): -15264752 or 1053719. OLE color: 1053719.

HSL color Cylindrical-coordinate representation of color #171410: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #171410 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB232016-
CMYK00.130.300.91
HSL34.29º17.95%7.65%-
HSV(B)34.29º30.43%9.02%-
XYZ0.70.720.59-
YUV20.44125.49129.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 38.98%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=38.98%
G=33.90%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23201600.130.300.9134.2917.957.65
Hex1714100D1E5B22128
Octal27242001536133422210
Binary10111101001000001101111101011011100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171410; }

 p { color: rgb(23,20,16); }

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

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

 a { background-color: rgb(23,20,16); }

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

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

 span { border-color: rgb(23,20,16); }

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