Shades of Black #190B07
Tints of Black #190B07
RGB
CMYK
RGB Variations
Color information
#190B07 (or 0x190B07) is known color: Black. HEX triplet: 19, 0B and 07. RGB value is (25,11,7). Sum of RGB (Red+Green+Blue) = 25+11+7=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B07 is #E6F4F8. Grayscale: #0E0E0E. Windows color (decimal): -15135993 or 461593. OLE color: 461593.
HSL color Cylindrical-coordinate representation of color #190B07: hue angle of 13.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #190B07 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 11 | 7 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.90 |
| HSL | 13.33º | 0.56% | 0.06% | - |
| HSV(B) | 13.33º | 0.72% | 0.1% | - |
| XYZ | 0.56 | 0.46 | 0.26 | - |
| YUV | 14.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 7 | 0 | 0.56 | 0.72 | 0.90 | 13.33 | 0.56 | 0.06 |
| Hex | 19 | B | 7 | 0 | 38 | 48 | 5A | D | 38 | 6 |
| Octal | 31 | 13 | 7 | 0 | 70 | 110 | 132 | 15 | 70 | 6 |
| Binary | 11001 | 1011 | 111 | 0 | 111000 | 1001000 | 1011010 | 1101 | 111000 | 110 |
Color Harmonies of #190B07
Complementary color
Monochromatic Colors of #190B07
Black with #190B07
Text Example
Text Example
White with #190B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B07; }
p { color: rgb(25,11,7); }
H1.HeaderClassName
{
color: #190B07;
}
.AnyTagClassName
{
color: #190B07;
}
</style>
background-color css
<style>
a { background-color: #190B07; }
a { background-color: rgb(25,11,7); }
div.DivClassName
{
background-color: #190B07;
}
.BgClassName
{
background-color: #190B07;
}
</style>
border-color css
<style>
span { border-color: #190B07; }
span { border-color: rgb(25,11,7); }
td.TdClassName
{
border-color: #190B07;
}
.TagClassName
{
border-color: #190B07;
}
</style>