Shades of Bokara Grey #190E04
Tints of Bokara Grey #190E04
RGB
CMYK
RGB Variations
Color information
#190E04 (or 0x190E04) is known color: Bokara Grey. HEX triplet: 19, 0E and 04. RGB value is (25,14,4). Sum of RGB (Red+Green+Blue) = 25+14+4=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E04 is #E6F1FB. Grayscale: #101010. Windows color (decimal): -15135228 or 265753. OLE color: 265753.
HSL color Cylindrical-coordinate representation of color #190E04: hue angle of 28.57º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190E04 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 14 | 4 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.90 |
| HSL | 28.57º | 0.72% | 0.06% | - |
| HSV(B) | 28.57º | 0.84% | 0.1% | - |
| XYZ | 0.58 | 0.53 | 0.19 | - |
| YUV | 16.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 4 | 0 | 0.44 | 0.84 | 0.90 | 28.57 | 0.72 | 0.06 |
| Hex | 19 | E | 4 | 0 | 2C | 54 | 5A | 1D | 48 | 6 |
| Octal | 31 | 16 | 4 | 0 | 54 | 124 | 132 | 35 | 110 | 6 |
| Binary | 11001 | 1110 | 100 | 0 | 101100 | 1010100 | 1011010 | 11101 | 1001000 | 110 |
Color Harmonies of #190E04
Complementary color
Monochromatic Colors of #190E04
Black with #190E04
Text Example
Text Example
White with #190E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E04; }
p { color: rgb(25,14,4); }
H1.HeaderClassName
{
color: #190E04;
}
.AnyTagClassName
{
color: #190E04;
}
</style>
background-color css
<style>
a { background-color: #190E04; }
a { background-color: rgb(25,14,4); }
div.DivClassName
{
background-color: #190E04;
}
.BgClassName
{
background-color: #190E04;
}
</style>
border-color css
<style>
span { border-color: #190E04; }
span { border-color: rgb(25,14,4); }
td.TdClassName
{
border-color: #190E04;
}
.TagClassName
{
border-color: #190E04;
}
</style>