Shades of Black #150B03
Tints of Black #150B03
RGB
CMYK
RGB Variations
Color information
#150B03 (or 0x150B03) is known color: Black. HEX triplet: 15, 0B and 03. RGB value is (21,11,3). Sum of RGB (Red+Green+Blue) = 21+11+3=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #150B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B03 is #EAF4FC. Grayscale: #0D0D0D. Windows color (decimal): -15398141 or 199445. OLE color: 199445.
HSL color Cylindrical-coordinate representation of color #150B03: hue angle of 26.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150B03 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 3 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.92 |
| HSL | 26.67º | 0.75% | 0.05% | - |
| HSV(B) | 26.67º | 0.86% | 0.08% | - |
| XYZ | 0.45 | 0.41 | 0.14 | - |
| YUV | 13.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 3 | 0 | 0.48 | 0.86 | 0.92 | 26.67 | 0.75 | 0.05 |
| Hex | 15 | B | 3 | 0 | 30 | 56 | 5C | 1B | 4B | 5 |
| Octal | 25 | 13 | 3 | 0 | 60 | 126 | 134 | 33 | 113 | 5 |
| Binary | 10101 | 1011 | 11 | 0 | 110000 | 1010110 | 1011100 | 11011 | 1001011 | 101 |
Color Harmonies of #150B03
Complementary color
Monochromatic Colors of #150B03
Black with #150B03
Text Example
Text Example
White with #150B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B03; }
p { color: rgb(21,11,3); }
H1.HeaderClassName
{
color: #150B03;
}
.AnyTagClassName
{
color: #150B03;
}
</style>
background-color css
<style>
a { background-color: #150B03; }
a { background-color: rgb(21,11,3); }
div.DivClassName
{
background-color: #150B03;
}
.BgClassName
{
background-color: #150B03;
}
</style>
border-color css
<style>
span { border-color: #150B03; }
span { border-color: rgb(21,11,3); }
td.TdClassName
{
border-color: #150B03;
}
.TagClassName
{
border-color: #150B03;
}
</style>