Shades of Black #150A07
Tints of Black #150A07
RGB
CMYK
RGB Variations
Color information
#150A07 (or 0x150A07) is known color: Black. HEX triplet: 15, 0A and 07. RGB value is (21,10,7). Sum of RGB (Red+Green+Blue) = 21+10+7=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A07 is #EAF5F8. Grayscale: #0C0C0C. Windows color (decimal): -15398393 or 461333. OLE color: 461333.
HSL color Cylindrical-coordinate representation of color #150A07: hue angle of 12.86º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #150A07 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 7 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.92 |
| HSL | 12.86º | 0.5% | 0.05% | - |
| HSV(B) | 12.86º | 0.67% | 0.08% | - |
| XYZ | 0.46 | 0.39 | 0.25 | - |
| YUV | 12.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 7 | 0 | 0.52 | 0.67 | 0.92 | 12.86 | 0.5 | 0.05 |
| Hex | 15 | A | 7 | 0 | 34 | 43 | 5C | D | 32 | 5 |
| Octal | 25 | 12 | 7 | 0 | 64 | 103 | 134 | 15 | 62 | 5 |
| Binary | 10101 | 1010 | 111 | 0 | 110100 | 1000011 | 1011100 | 1101 | 110010 | 101 |
Color Harmonies of #150A07
Complementary color
Monochromatic Colors of #150A07
Black with #150A07
Text Example
Text Example
White with #150A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A07; }
p { color: rgb(21,10,7); }
H1.HeaderClassName
{
color: #150A07;
}
.AnyTagClassName
{
color: #150A07;
}
</style>
background-color css
<style>
a { background-color: #150A07; }
a { background-color: rgb(21,10,7); }
div.DivClassName
{
background-color: #150A07;
}
.BgClassName
{
background-color: #150A07;
}
</style>
border-color css
<style>
span { border-color: #150A07; }
span { border-color: rgb(21,10,7); }
td.TdClassName
{
border-color: #150A07;
}
.TagClassName
{
border-color: #150A07;
}
</style>