Shades of Black Pearl #000C1B
Tints of Black Pearl #000C1B
RGB
CMYK
RGB Variations
Color information
#000C1B (or 0x000C1B) is known color: Black Pearl. HEX triplet: 00, 0C and 1B. RGB value is (0,12,27). Sum of RGB (Red+Green+Blue) = 0+12+27=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 27 (10.94% from 255 or 69.23% from 39); Max value from RGB is 27 - color contains mainly: blue. Hex color #000C1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C1B is #FFF3E4. Grayscale: #0A0A0A. Windows color (decimal): -16774117 or 1772544. OLE color: 1772544.
HSL color Cylindrical-coordinate representation of color #000C1B: hue angle of 213.33º 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 #000C1B is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 12 | 27 | - |
| CMYK | 1 | 0.56 | 0 | 0.89 |
| HSL | 213.33º | 1% | 0.05% | - |
| HSV(B) | 213.33º | 1% | 0.11% | - |
| XYZ | 0.33 | 0.34 | 1.09 | - |
| YUV | 10.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 27 | 1 | 0.56 | 0 | 0.89 | 213.33 | 1 | 0.05 |
| Hex | 0 | C | 1B | 64 | 38 | 0 | 59 | D5 | 64 | 5 |
| Octal | 0 | 14 | 33 | 144 | 70 | 0 | 131 | 325 | 144 | 5 |
| Binary | 0 | 1100 | 11011 | 1100100 | 111000 | 0 | 1011001 | 11010101 | 1100100 | 101 |
Color Harmonies of #000C1B
Complementary color
Monochromatic Colors of #000C1B
Black with #000C1B
Text Example
Text Example
White with #000C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C1B; }
p { color: rgb(0,12,27); }
H1.HeaderClassName
{
color: #000C1B;
}
.AnyTagClassName
{
color: #000C1B;
}
</style>
background-color css
<style>
a { background-color: #000C1B; }
a { background-color: rgb(0,12,27); }
div.DivClassName
{
background-color: #000C1B;
}
.BgClassName
{
background-color: #000C1B;
}
</style>
border-color css
<style>
span { border-color: #000C1B; }
span { border-color: rgb(0,12,27); }
td.TdClassName
{
border-color: #000C1B;
}
.TagClassName
{
border-color: #000C1B;
}
</style>