Shades of Black #190807
Tints of Black #190807
RGB
CMYK
RGB Variations
Color information
#190807 (or 0x190807) is known color: Black. HEX triplet: 19, 08 and 07. RGB value is (25,8,7). Sum of RGB (Red+Green+Blue) = 25+8+7=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #190807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190807 is #E6F7F8. Grayscale: #0C0C0C. Windows color (decimal): -15136761 or 460825. OLE color: 460825.
HSL color Cylindrical-coordinate representation of color #190807: hue angle of 3.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 #190807 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 8 | 7 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.90 |
| HSL | 3.33º | 0.56% | 0.06% | - |
| HSV(B) | 3.33º | 0.72% | 0.1% | - |
| XYZ | 0.53 | 0.4 | 0.25 | - |
| YUV | 12.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 7 | 0 | 0.68 | 0.72 | 0.90 | 3.33 | 0.56 | 0.06 |
| Hex | 19 | 8 | 7 | 0 | 44 | 48 | 5A | 3 | 38 | 6 |
| Octal | 31 | 10 | 7 | 0 | 104 | 110 | 132 | 3 | 70 | 6 |
| Binary | 11001 | 1000 | 111 | 0 | 1000100 | 1001000 | 1011010 | 11 | 111000 | 110 |
Color Harmonies of #190807
Complementary color
Monochromatic Colors of #190807
Black with #190807
Text Example
Text Example
White with #190807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190807; }
p { color: rgb(25,8,7); }
H1.HeaderClassName
{
color: #190807;
}
.AnyTagClassName
{
color: #190807;
}
</style>
background-color css
<style>
a { background-color: #190807; }
a { background-color: rgb(25,8,7); }
div.DivClassName
{
background-color: #190807;
}
.BgClassName
{
background-color: #190807;
}
</style>
border-color css
<style>
span { border-color: #190807; }
span { border-color: rgb(25,8,7); }
td.TdClassName
{
border-color: #190807;
}
.TagClassName
{
border-color: #190807;
}
</style>