Shades of Bokara Grey #19130D
Tints of Bokara Grey #19130D
RGB
CMYK
RGB Variations
Color information
#19130D (or 0x19130D) is known color: Bokara Grey. HEX triplet: 19, 13 and 0D. RGB value is (25,19,13). Sum of RGB (Red+Green+Blue) = 25+19+13=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #19130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19130D is #E6ECF2. Grayscale: #141414. Windows color (decimal): -15133939 or 856857. OLE color: 856857.
HSL color Cylindrical-coordinate representation of color #19130D: hue angle of 30º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19130D is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 19 | 13 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.90 |
| HSL | 30º | 0.32% | 0.07% | - |
| HSV(B) | 30º | 0.48% | 0.1% | - |
| XYZ | 0.71 | 0.7 | 0.48 | - |
| YUV | 20.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 13 | 0 | 0.24 | 0.48 | 0.90 | 30 | 0.32 | 0.07 |
| Hex | 19 | 13 | D | 0 | 18 | 30 | 5A | 1E | 20 | 7 |
| Octal | 31 | 23 | 15 | 0 | 30 | 60 | 132 | 36 | 40 | 7 |
| Binary | 11001 | 10011 | 1101 | 0 | 11000 | 110000 | 1011010 | 11110 | 100000 | 111 |
Color Harmonies of #19130D
Complementary color
Monochromatic Colors of #19130D
Black with #19130D
Text Example
Text Example
White with #19130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19130D; }
p { color: rgb(25,19,13); }
H1.HeaderClassName
{
color: #19130D;
}
.AnyTagClassName
{
color: #19130D;
}
</style>
background-color css
<style>
a { background-color: #19130D; }
a { background-color: rgb(25,19,13); }
div.DivClassName
{
background-color: #19130D;
}
.BgClassName
{
background-color: #19130D;
}
</style>
border-color css
<style>
span { border-color: #19130D; }
span { border-color: rgb(25,19,13); }
td.TdClassName
{
border-color: #19130D;
}
.TagClassName
{
border-color: #19130D;
}
</style>