Shades of Black #150702
Tints of Black #150702
RGB
CMYK
RGB Variations
Color information
#150702 (or 0x150702) is known color: Black. HEX triplet: 15, 07 and 02. RGB value is (21,7,2). Sum of RGB (Red+Green+Blue) = 21+7+2=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150702 is #EAF8FD. Grayscale: #0A0A0A. Windows color (decimal): -15399166 or 132885. OLE color: 132885.
HSL color Cylindrical-coordinate representation of color #150702: hue angle of 15.79º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150702 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 7 | 2 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.92 |
| HSL | 15.79º | 0.83% | 0.05% | - |
| HSV(B) | 15.79º | 0.9% | 0.08% | - |
| XYZ | 0.4 | 0.32 | 0.1 | - |
| YUV | 10.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 2 | 0 | 0.67 | 0.90 | 0.92 | 15.79 | 0.83 | 0.05 |
| Hex | 15 | 7 | 2 | 0 | 43 | 5A | 5C | 10 | 53 | 5 |
| Octal | 25 | 7 | 2 | 0 | 103 | 132 | 134 | 20 | 123 | 5 |
| Binary | 10101 | 111 | 10 | 0 | 1000011 | 1011010 | 1011100 | 10000 | 1010011 | 101 |
Color Harmonies of #150702
Complementary color
Monochromatic Colors of #150702
Black with #150702
Text Example
Text Example
White with #150702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150702; }
p { color: rgb(21,7,2); }
H1.HeaderClassName
{
color: #150702;
}
.AnyTagClassName
{
color: #150702;
}
</style>
background-color css
<style>
a { background-color: #150702; }
a { background-color: rgb(21,7,2); }
div.DivClassName
{
background-color: #150702;
}
.BgClassName
{
background-color: #150702;
}
</style>
border-color css
<style>
span { border-color: #150702; }
span { border-color: rgb(21,7,2); }
td.TdClassName
{
border-color: #150702;
}
.TagClassName
{
border-color: #150702;
}
</style>