Shades of Black #190B08
Tints of Black #190B08
RGB
CMYK
RGB Variations
Color information
#190B08 (or 0x190B08) is known color: Black. HEX triplet: 19, 0B and 08. RGB value is (25,11,8). Sum of RGB (Red+Green+Blue) = 25+11+8=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #190B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B08 is #E6F4F7. Grayscale: #0E0E0E. Windows color (decimal): -15135992 or 527129. OLE color: 527129.
HSL color Cylindrical-coordinate representation of color #190B08: hue angle of 10.59º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190B08 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 11 | 8 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.90 |
| HSL | 10.59º | 0.52% | 0.06% | - |
| HSV(B) | 10.59º | 0.68% | 0.1% | - |
| XYZ | 0.56 | 0.46 | 0.29 | - |
| YUV | 14.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 8 | 0 | 0.56 | 0.68 | 0.90 | 10.59 | 0.52 | 0.06 |
| Hex | 19 | B | 8 | 0 | 38 | 44 | 5A | B | 34 | 6 |
| Octal | 31 | 13 | 10 | 0 | 70 | 104 | 132 | 13 | 64 | 6 |
| Binary | 11001 | 1011 | 1000 | 0 | 111000 | 1000100 | 1011010 | 1011 | 110100 | 110 |
Color Harmonies of #190B08
Complementary color
Monochromatic Colors of #190B08
Black with #190B08
Text Example
Text Example
White with #190B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B08; }
p { color: rgb(25,11,8); }
H1.HeaderClassName
{
color: #190B08;
}
.AnyTagClassName
{
color: #190B08;
}
</style>
background-color css
<style>
a { background-color: #190B08; }
a { background-color: rgb(25,11,8); }
div.DivClassName
{
background-color: #190B08;
}
.BgClassName
{
background-color: #190B08;
}
</style>
border-color css
<style>
span { border-color: #190B08; }
span { border-color: rgb(25,11,8); }
td.TdClassName
{
border-color: #190B08;
}
.TagClassName
{
border-color: #190B08;
}
</style>