#17130F

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

Shades of Bokara Grey #17130F

Tints of Bokara Grey #17130F

Color information

#17130F (or 0x17130F) is unknown color: approx Bokara Grey. HEX triplet: 17, 13 and 0F. RGB value is (23,19,15). Sum of RGB (Red+Green+Blue) = 23+19+15=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 23 - color contains mainly: red. Hex color #17130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17130F is #E8ECF0. Grayscale: #131313. Windows color (decimal): -15265009 or 987927. OLE color: 987927.

HSL color Cylindrical-coordinate representation of color #17130F: hue angle of 30º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #17130F is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB231915-
CMYK00.170.350.91
HSL30º21.05%7.45%-
HSV(B)30º34.78%9.02%-
XYZ0.670.680.55-
YUV19.74125.33130.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 40.35%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=40.35%
G=33.33%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23191500.170.350.913021.057.45
Hex1713F011235B1e157
Octal2723170214313336257
Binary1011110011111101000110001110110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17130F; }

 p { color: rgb(23,19,15); }

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

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

 a { background-color: rgb(23,19,15); }

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

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

 span { border-color: rgb(23,19,15); }

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