Shades of Black Pearl #0C121A
Tints of Black Pearl #0C121A
RGB
CMYK
RGB Variations
Color information
#0C121A (or 0x0C121A) is known color: Black Pearl. HEX triplet: 0C, 12 and 1A. RGB value is (12,18,26). Sum of RGB (Red+Green+Blue) = 12+18+26=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C121A is #F3EDE5. Grayscale: #111111. Windows color (decimal): -15986150 or 1708556. OLE color: 1708556.
HSL color Cylindrical-coordinate representation of color #0C121A: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C121A is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 18 | 26 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.90 |
| HSL | 214.29º | 0.37% | 0.07% | - |
| HSV(B) | 214.29º | 0.54% | 0.1% | - |
| XYZ | 0.55 | 0.59 | 1.06 | - |
| YUV | 17.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 26 | 0.54 | 0.31 | 0 | 0.90 | 214.29 | 0.37 | 0.07 |
| Hex | C | 12 | 1A | 36 | 1F | 0 | 5A | D6 | 25 | 7 |
| Octal | 14 | 22 | 32 | 66 | 37 | 0 | 132 | 326 | 45 | 7 |
| Binary | 1100 | 10010 | 11010 | 110110 | 11111 | 0 | 1011010 | 11010110 | 100101 | 111 |
Color Harmonies of #0C121A
Complementary color
Monochromatic Colors of #0C121A
Black with #0C121A
Text Example
Text Example
White with #0C121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C121A; }
p { color: rgb(12,18,26); }
H1.HeaderClassName
{
color: #0C121A;
}
.AnyTagClassName
{
color: #0C121A;
}
</style>
background-color css
<style>
a { background-color: #0C121A; }
a { background-color: rgb(12,18,26); }
div.DivClassName
{
background-color: #0C121A;
}
.BgClassName
{
background-color: #0C121A;
}
</style>
border-color css
<style>
span { border-color: #0C121A; }
span { border-color: rgb(12,18,26); }
td.TdClassName
{
border-color: #0C121A;
}
.TagClassName
{
border-color: #0C121A;
}
</style>