#191513

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

Shades of Bokara Grey #191513

Tints of Bokara Grey #191513

Color information

#191513 (or 0x191513) is unknown color: approx Bokara Grey. HEX triplet: 19, 15 and 13. RGB value is (25,21,19). Sum of RGB (Red+Green+Blue) = 25+21+19=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 25 - color contains mainly: red. Hex color #191513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191513 is #E6EAEC. Grayscale: #151515. Windows color (decimal): -15133421 or 1250585. OLE color: 1250585.

HSL color Cylindrical-coordinate representation of color #191513: hue angle of 20º 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 #191513 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB252119-
CMYK00.160.240.90
HSL20º13.64%8.63%-
HSV(B)20º24%9.8%-
XYZ0.790.790.73-
YUV21.97126.33130.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 38.46%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 19 (7.81% from 255) = 29.23%
R=38.46%
G=32.31%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25211900.160.240.902013.648.63
Hex191513010185A14e9
Octal31252302030132241611
Binary1100110101100110100001100010110101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191513; }

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

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

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

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

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

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

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

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