#131110

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

Shades of Bokara Grey #131110

Tints of Bokara Grey #131110

Color information

#131110 (or 0x131110) is unknown color: approx 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

RGB191716-
CMYK00.110.160.93
HSL20º8.57%6.86%-
HSV(B)20º15.79%7.45%-
XYZ0.560.580.57-
YUV17.48127.16129.08-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19171600.110.160.93208.576.86
Hex1311100B105D1497
Octal2321200132013524117
Binary10011100011000001011100001011101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>