Shades of Black #150A02
Tints of Black #150A02
RGB
CMYK
RGB Variations
Color information
#150A02 (or 0x150A02) is known color: Black. HEX triplet: 15, 0A and 02. RGB value is (21,10,2). Sum of RGB (Red+Green+Blue) = 21+10+2=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A02 is #EAF5FD. Grayscale: #0C0C0C. Windows color (decimal): -15398398 or 133653. OLE color: 133653.
HSL color Cylindrical-coordinate representation of color #150A02: hue angle of 25.26º 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 #150A02 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 2 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.92 |
| HSL | 25.26º | 0.83% | 0.05% | - |
| HSV(B) | 25.26º | 0.9% | 0.08% | - |
| XYZ | 0.43 | 0.38 | 0.11 | - |
| YUV | 12.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 2 | 0 | 0.52 | 0.90 | 0.92 | 25.26 | 0.83 | 0.05 |
| Hex | 15 | A | 2 | 0 | 34 | 5A | 5C | 19 | 53 | 5 |
| Octal | 25 | 12 | 2 | 0 | 64 | 132 | 134 | 31 | 123 | 5 |
| Binary | 10101 | 1010 | 10 | 0 | 110100 | 1011010 | 1011100 | 11001 | 1010011 | 101 |
Color Harmonies of #150A02
Complementary color
Monochromatic Colors of #150A02
Black with #150A02
Text Example
Text Example
White with #150A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A02; }
p { color: rgb(21,10,2); }
H1.HeaderClassName
{
color: #150A02;
}
.AnyTagClassName
{
color: #150A02;
}
</style>
background-color css
<style>
a { background-color: #150A02; }
a { background-color: rgb(21,10,2); }
div.DivClassName
{
background-color: #150A02;
}
.BgClassName
{
background-color: #150A02;
}
</style>
border-color css
<style>
span { border-color: #150A02; }
span { border-color: rgb(21,10,2); }
td.TdClassName
{
border-color: #150A02;
}
.TagClassName
{
border-color: #150A02;
}
</style>