#191613

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

Shades of Bokara Grey #191613

Tints of Bokara Grey #191613

Color information

#191613 (or 0x191613) is unknown color: approx Bokara Grey. HEX triplet: 19, 16 and 13. RGB value is (25,22,19). Sum of RGB (Red+Green+Blue) = 25+22+19=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 22 (8.98% from 255 or 33.33% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 25 - color contains mainly: red. Hex color #191613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191613 is #E6E9EC. Grayscale: #161616. Windows color (decimal): -15133165 or 1250841. OLE color: 1250841.

HSL color Cylindrical-coordinate representation of color #191613: hue angle of 30º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #191613 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB252219-
CMYK00.120.240.90
HSL30º13.64%8.63%-
HSV(B)30º24%9.8%-
XYZ0.810.830.73-
YUV22.56125.99129.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.88%
GREEN value IS 22 (8.98% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 28.79%
R=37.88%
G=33.33%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25221900.120.240.903013.648.63
Hex1916130C185A1ee9
Octal31262301430132361611
Binary110011011010011011001100010110101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191613; }

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

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

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

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

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

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

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

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