Shades of Black #150303
Tints of Black #150303
RGB
CMYK
RGB Variations
Color information
#150303 (or 0x150303) is known color: Black. HEX triplet: 15, 03 and 03. RGB value is (21,3,3). Sum of RGB (Red+Green+Blue) = 21+3+3=27 (3% of max value = 765). Red value is 21 (8.59% from 255 or 77.78% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 21 - color contains mainly: red. Hex color #150303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150303 is #EAFCFC. Grayscale: #080808. Windows color (decimal): -15400189 or 197397. OLE color: 197397.
HSL color Cylindrical-coordinate representation of color #150303: hue angle of 0º 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 #150303 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 3 | 3 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.92 |
| HSL | 0º | 0.75% | 0.05% | - |
| HSV(B) | 0º | 0.86% | 0.08% | - |
| XYZ | 0.36 | 0.23 | 0.11 | - |
| YUV | 8.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 3 | 0 | 0.86 | 0.86 | 0.92 | 0 | 0.75 | 0.05 |
| Hex | 15 | 3 | 3 | 0 | 56 | 56 | 5C | 0 | 4B | 5 |
| Octal | 25 | 3 | 3 | 0 | 126 | 126 | 134 | 0 | 113 | 5 |
| Binary | 10101 | 11 | 11 | 0 | 1010110 | 1010110 | 1011100 | 0 | 1001011 | 101 |
Color Harmonies of #150303
Complementary color
Monochromatic Colors of #150303
Black with #150303
Text Example
Text Example
White with #150303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150303; }
p { color: rgb(21,3,3); }
H1.HeaderClassName
{
color: #150303;
}
.AnyTagClassName
{
color: #150303;
}
</style>
background-color css
<style>
a { background-color: #150303; }
a { background-color: rgb(21,3,3); }
div.DivClassName
{
background-color: #150303;
}
.BgClassName
{
background-color: #150303;
}
</style>
border-color css
<style>
span { border-color: #150303; }
span { border-color: rgb(21,3,3); }
td.TdClassName
{
border-color: #150303;
}
.TagClassName
{
border-color: #150303;
}
</style>