#131211

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

Shades of Bokara Grey #131211

Tints of Bokara Grey #131211

Color information

#131211 (or 0x131211) is unknown color: approx Bokara Grey. HEX triplet: 13, 12 and 11. RGB value is (19,18,17). Sum of RGB (Red+Green+Blue) = 19+18+17=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 19 - color contains mainly: red. Hex color #131211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131211 is #ECEDEE. Grayscale: #121212. Windows color (decimal): -15527407 or 1118739. OLE color: 1118739.

HSL color Cylindrical-coordinate representation of color #131211: hue angle of 30º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #131211 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB191817-
CMYK00.050.110.93
HSL30º5.56%7.06%-
HSV(B)30º10.53%7.45%-
XYZ0.590.610.62-
YUV18.18127.33128.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=35.19%
G=33.33%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19181700.050.110.93305.567.06
Hex13121105B5D1e67
Octal23222105131353667
Binary10011100101000101011011101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131211; }

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

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

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

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

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

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

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

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