Html Css Color HEX #131211 Bokara Grey

📋 copy color: '#131211'

red 19 ◦ green 18 ◦ blue 17

#131211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bokara Grey #131211

Tints of Bokara Grey #131211

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 value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#131211 (or 0x131211) is known color: 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

RGB 19 18 17 -
CMYK 0 0.05 0.11 0.93
HSL 30º 0.06% 0.07% -
HSV(B) 30º 0.11% 0.07% -
XYZ 0.59 0.61 0.62 -
YUV 18.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 19 18 17 0 0.05 0.11 0.93 30 0.06 0.07
Hex 13 12 11 0 5 B 5D 1E 6 7
Octal 23 22 21 0 5 13 135 36 6 7
Binary 10011 10010 10001 0 101 1011 1011101 11110 110 111

Color Harmonies of #131211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131211

Black with #131211

Text Example


Text Example

White with #131211

Text Example


Text Example

HTML Codes & Css Web 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>