#171412

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

Shades of Bokara Grey #171412

Tints of Bokara Grey #171412

Color information

#171412 (or 0x171412) is unknown color: approx Bokara Grey. HEX triplet: 17, 14 and 12. RGB value is (23,20,18). Sum of RGB (Red+Green+Blue) = 23+20+18=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 23 - color contains mainly: red. Hex color #171412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171412 is #E8EBED. Grayscale: #141414. Windows color (decimal): -15264750 or 1184791. OLE color: 1184791.

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

Color convert

RGB232018-
CMYK00.130.220.91
HSL24º12.2%8.04%-
HSV(B)24º21.74%9.02%-
XYZ0.710.730.67-
YUV20.67126.49129.66-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 37.70%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=37.70%
G=32.79%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23201800.130.220.912412.28.04
Hex1714120D165B18c8
Octal27242201526133301410
Binary101111010010010011011011010110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171412; }

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

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

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

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

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

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

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

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