Html Css Color HEX #131110 Bokara Grey

📋 copy color: '#131110'

red 19 ◦ green 17 ◦ blue 16

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

Shades of Bokara Grey #131110

Tints of Bokara Grey #131110

RGB

 RED value IS 19 (7.81% from 255) = 36.54%

 GREEN value IS 17 (7.03% from 255) = 32.69%

 BLUE value IS 16 (6.64% from 255) = 30.77%

R = 36.54%
G = 32.69%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#131110 (or 0x131110) is known color: Bokara Grey. HEX triplet: 13, 11 and 10. RGB value is (19,17,16). Sum of RGB (Red+Green+Blue) = 19+17+16=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 19 - color contains mainly: red. Hex color #131110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131110 is #ECEEEF. Grayscale: #111111. Windows color (decimal): -15527664 or 1052947. OLE color: 1052947.

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

Color convert

RGB 19 17 16 -
CMYK 0 0.11 0.16 0.93
HSL 20º 0.09% 0.07% -
HSV(B) 20º 0.16% 0.07% -
XYZ 0.56 0.58 0.57 -
YUV 17.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 19 17 16 0 0.11 0.16 0.93 20 0.09 0.07
Hex 13 11 10 0 B 10 5D 14 9 7
Octal 23 21 20 0 13 20 135 24 11 7
Binary 10011 10001 10000 0 1011 10000 1011101 10100 1001 111

Color Harmonies of #131110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131110

Black with #131110

Text Example


Text Example

White with #131110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131110; }

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

 H1.HeaderClassName
 {
   color: #131110;
 }
 .AnyTagClassName
 {
   color: #131110;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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