Shades of Bokara Grey #190D01
Tints of Bokara Grey #190D01
RGB
CMYK
RGB Variations
Color information
#190D01 (or 0x190D01) is known color: Bokara Grey. HEX triplet: 19, 0D and 01. RGB value is (25,13,1). Sum of RGB (Red+Green+Blue) = 25+13+1=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #190D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D01 is #E6F2FE. Grayscale: #0F0F0F. Windows color (decimal): -15135487 or 68889. OLE color: 68889.
HSL color Cylindrical-coordinate representation of color #190D01: hue angle of 30º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190D01 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 13 | 1 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.90 |
| HSL | 30º | 0.92% | 0.05% | - |
| HSV(B) | 30º | 0.96% | 0.1% | - |
| XYZ | 0.55 | 0.5 | 0.1 | - |
| YUV | 15.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 1 | 0 | 0.48 | 0.96 | 0.90 | 30 | 0.92 | 0.05 |
| Hex | 19 | D | 1 | 0 | 30 | 60 | 5A | 1E | 5C | 5 |
| Octal | 31 | 15 | 1 | 0 | 60 | 140 | 132 | 36 | 134 | 5 |
| Binary | 11001 | 1101 | 1 | 0 | 110000 | 1100000 | 1011010 | 11110 | 1011100 | 101 |
Color Harmonies of #190D01
Complementary color
Monochromatic Colors of #190D01
Black with #190D01
Text Example
Text Example
White with #190D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D01; }
p { color: rgb(25,13,1); }
H1.HeaderClassName
{
color: #190D01;
}
.AnyTagClassName
{
color: #190D01;
}
</style>
background-color css
<style>
a { background-color: #190D01; }
a { background-color: rgb(25,13,1); }
div.DivClassName
{
background-color: #190D01;
}
.BgClassName
{
background-color: #190D01;
}
</style>
border-color css
<style>
span { border-color: #190D01; }
span { border-color: rgb(25,13,1); }
td.TdClassName
{
border-color: #190D01;
}
.TagClassName
{
border-color: #190D01;
}
</style>