#161311

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

Shades of Bokara Grey #161311

Tints of Bokara Grey #161311

Color information

#161311 (or 0x161311) is unknown color: approx Bokara Grey. HEX triplet: 16, 13 and 11. RGB value is (22,19,17). Sum of RGB (Red+Green+Blue) = 22+19+17=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 22 - color contains mainly: red. Hex color #161311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161311 is #E9ECEE. Grayscale: #131313. Windows color (decimal): -15330543 or 1118998. OLE color: 1118998.

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

Color convert

RGB221917-
CMYK00.140.230.91
HSL24º12.82%7.65%-
HSV(B)24º22.73%8.63%-
XYZ0.660.680.63-
YUV19.67126.49129.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=37.93%
G=32.76%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22191700.140.230.912412.827.65
Hex1613110E175B18d8
Octal26232101627133301510
Binary101101001110001011101011110110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161311; }

 p { color: rgb(22,19,17); }

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

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

 a { background-color: rgb(22,19,17); }

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

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

 span { border-color: rgb(22,19,17); }

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