Shades of Black Pearl #000C1C
Tints of Black Pearl #000C1C
RGB
CMYK
RGB Variations
Color information
#000C1C (or 0x000C1C) is known color: Black Pearl. HEX triplet: 00, 0C and 1C. RGB value is (0,12,28). Sum of RGB (Red+Green+Blue) = 0+12+28=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #000C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C1C is #FFF3E3. Grayscale: #0A0A0A. Windows color (decimal): -16774116 or 1838080. OLE color: 1838080.
HSL color Cylindrical-coordinate representation of color #000C1C: hue angle of 214.29º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C1C is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 12 | 28 | - |
| CMYK | 1 | 0.57 | 0 | 0.89 |
| HSL | 214.29º | 1% | 0.05% | - |
| HSV(B) | 214.29º | 1% | 0.11% | - |
| XYZ | 0.34 | 0.35 | 1.15 | - |
| YUV | 10.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 28 | 1 | 0.57 | 0 | 0.89 | 214.29 | 1 | 0.05 |
| Hex | 0 | C | 1C | 64 | 39 | 0 | 59 | D6 | 64 | 5 |
| Octal | 0 | 14 | 34 | 144 | 71 | 0 | 131 | 326 | 144 | 5 |
| Binary | 0 | 1100 | 11100 | 1100100 | 111001 | 0 | 1011001 | 11010110 | 1100100 | 101 |
Color Harmonies of #000C1C
Complementary color
Monochromatic Colors of #000C1C
Black with #000C1C
Text Example
Text Example
White with #000C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C1C; }
p { color: rgb(0,12,28); }
H1.HeaderClassName
{
color: #000C1C;
}
.AnyTagClassName
{
color: #000C1C;
}
</style>
background-color css
<style>
a { background-color: #000C1C; }
a { background-color: rgb(0,12,28); }
div.DivClassName
{
background-color: #000C1C;
}
.BgClassName
{
background-color: #000C1C;
}
</style>
border-color css
<style>
span { border-color: #000C1C; }
span { border-color: rgb(0,12,28); }
td.TdClassName
{
border-color: #000C1C;
}
.TagClassName
{
border-color: #000C1C;
}
</style>