Shades of Black #150B00
Tints of Black #150B00
RGB
CMYK
RGB Variations
Color information
#150B00 (or 0x150B00) is known color: Black. HEX triplet: 15, 0B and 00. RGB value is (21,11,0). Sum of RGB (Red+Green+Blue) = 21+11+0=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B00 is #EAF4FF. Grayscale: #0C0C0C. Windows color (decimal): -15398144 or 2837. OLE color: 2837.
HSL color Cylindrical-coordinate representation of color #150B00: hue angle of 31.43º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150B00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.92 |
| HSL | 31.43º | 1% | 0.04% | - |
| HSV(B) | 31.43º | 1% | 0.08% | - |
| XYZ | 0.43 | 0.4 | 0.05 | - |
| YUV | 12.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 0 | 0 | 0.48 | 1 | 0.92 | 31.43 | 1 | 0.04 |
| Hex | 15 | B | 0 | 0 | 30 | 64 | 5C | 1F | 64 | 4 |
| Octal | 25 | 13 | 0 | 0 | 60 | 144 | 134 | 37 | 144 | 4 |
| Binary | 10101 | 1011 | 0 | 0 | 110000 | 1100100 | 1011100 | 11111 | 1100100 | 100 |
Color Harmonies of #150B00
Complementary color
Monochromatic Colors of #150B00
Black with #150B00
Text Example
Text Example
White with #150B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B00; }
p { color: rgb(21,11,0); }
H1.HeaderClassName
{
color: #150B00;
}
.AnyTagClassName
{
color: #150B00;
}
</style>
background-color css
<style>
a { background-color: #150B00; }
a { background-color: rgb(21,11,0); }
div.DivClassName
{
background-color: #150B00;
}
.BgClassName
{
background-color: #150B00;
}
</style>
border-color css
<style>
span { border-color: #150B00; }
span { border-color: rgb(21,11,0); }
td.TdClassName
{
border-color: #150B00;
}
.TagClassName
{
border-color: #150B00;
}
</style>