Shades of Black Pearl #000C15
Tints of Black Pearl #000C15
RGB
CMYK
RGB Variations
Color information
#000C15 (or 0x000C15) is known color: Black Pearl. HEX triplet: 00, 0C and 15. RGB value is (0,12,21). Sum of RGB (Red+Green+Blue) = 0+12+21=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #000C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C15 is #FFF3EA. Grayscale: #090909. Windows color (decimal): -16774123 or 1379328. OLE color: 1379328.
HSL color Cylindrical-coordinate representation of color #000C15: hue angle of 205.71º 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 #000C15 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 12 | 21 | - |
| CMYK | 1 | 0.43 | 0 | 0.92 |
| HSL | 205.71º | 1% | 0.04% | - |
| HSV(B) | 205.71º | 1% | 0.08% | - |
| XYZ | 0.27 | 0.32 | 0.76 | - |
| YUV | 9.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 21 | 1 | 0.43 | 0 | 0.92 | 205.71 | 1 | 0.04 |
| Hex | 0 | C | 15 | 64 | 2B | 0 | 5C | CE | 64 | 4 |
| Octal | 0 | 14 | 25 | 144 | 53 | 0 | 134 | 316 | 144 | 4 |
| Binary | 0 | 1100 | 10101 | 1100100 | 101011 | 0 | 1011100 | 11001110 | 1100100 | 100 |
Color Harmonies of #000C15
Complementary color
Monochromatic Colors of #000C15
Black with #000C15
Text Example
Text Example
White with #000C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C15; }
p { color: rgb(0,12,21); }
H1.HeaderClassName
{
color: #000C15;
}
.AnyTagClassName
{
color: #000C15;
}
</style>
background-color css
<style>
a { background-color: #000C15; }
a { background-color: rgb(0,12,21); }
div.DivClassName
{
background-color: #000C15;
}
.BgClassName
{
background-color: #000C15;
}
</style>
border-color css
<style>
span { border-color: #000C15; }
span { border-color: rgb(0,12,21); }
td.TdClassName
{
border-color: #000C15;
}
.TagClassName
{
border-color: #000C15;
}
</style>