Shades of Black Pearl #000C0D
Tints of Black Pearl #000C0D
RGB
CMYK
RGB Variations
Color information
#000C0D (or 0x000C0D) is known color: Black Pearl. HEX triplet: 00, 0C and 0D. RGB value is (0,12,13). Sum of RGB (Red+Green+Blue) = 0+12+13=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 12 (5.08% from 255 or 48% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #000C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C0D is #FFF3F2. Grayscale: #080808. Windows color (decimal): -16774131 or 855040. OLE color: 855040.
HSL color Cylindrical-coordinate representation of color #000C0D: hue angle of 184.62º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C0D is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 12 | 13 | - |
| CMYK | 1 | 0.08 | 0 | 0.95 |
| HSL | 184.62º | 1% | 0.03% | - |
| HSV(B) | 184.62º | 1% | 0.05% | - |
| XYZ | 0.2 | 0.29 | 0.43 | - |
| YUV | 8.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 13 | 1 | 0.08 | 0 | 0.95 | 184.62 | 1 | 0.03 |
| Hex | 0 | C | D | 64 | 8 | 0 | 5F | B9 | 64 | 3 |
| Octal | 0 | 14 | 15 | 144 | 10 | 0 | 137 | 271 | 144 | 3 |
| Binary | 0 | 1100 | 1101 | 1100100 | 1000 | 0 | 1011111 | 10111001 | 1100100 | 11 |
Color Harmonies of #000C0D
Complementary color
Monochromatic Colors of #000C0D
Black with #000C0D
Text Example
Text Example
White with #000C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C0D; }
p { color: rgb(0,12,13); }
H1.HeaderClassName
{
color: #000C0D;
}
.AnyTagClassName
{
color: #000C0D;
}
</style>
background-color css
<style>
a { background-color: #000C0D; }
a { background-color: rgb(0,12,13); }
div.DivClassName
{
background-color: #000C0D;
}
.BgClassName
{
background-color: #000C0D;
}
</style>
border-color css
<style>
span { border-color: #000C0D; }
span { border-color: rgb(0,12,13); }
td.TdClassName
{
border-color: #000C0D;
}
.TagClassName
{
border-color: #000C0D;
}
</style>