#171512

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

Shades of Bokara Grey #171512

Tints of Bokara Grey #171512

Color information

#171512 (or 0x171512) is unknown color: approx Bokara Grey. HEX triplet: 17, 15 and 12. RGB value is (23,21,18). Sum of RGB (Red+Green+Blue) = 23+21+18=62 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.10% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 23 - color contains mainly: red. Hex color #171512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171512 is #E8EAED. Grayscale: #151515. Windows color (decimal): -15264494 or 1185047. OLE color: 1185047.

HSL color Cylindrical-coordinate representation of color #171512: hue angle of 36º 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 #171512 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB232118-
CMYK00.090.220.91
HSL36º12.2%8.04%-
HSV(B)36º21.74%9.02%-
XYZ0.730.760.68-
YUV21.26126.16129.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 37.10%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=37.10%
G=33.87%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23211800.090.220.913612.28.04
Hex17151209165B24c8
Octal27252201126133441410
Binary1011110101100100100110110101101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171512; }

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

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

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

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

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

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

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

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