Shades of Black Pearl #0C121B
Tints of Black Pearl #0C121B
RGB
CMYK
RGB Variations
Color information
#0C121B (or 0x0C121B) is known color: Black Pearl. HEX triplet: 0C, 12 and 1B. RGB value is (12,18,27). Sum of RGB (Red+Green+Blue) = 12+18+27=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C121B is #F3EDE4. Grayscale: #111111. Windows color (decimal): -15986149 or 1774092. OLE color: 1774092.
HSL color Cylindrical-coordinate representation of color #0C121B: hue angle of 216º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C121B is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 18 | 27 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.89 |
| HSL | 216º | 0.38% | 0.08% | - |
| HSV(B) | 216º | 0.56% | 0.11% | - |
| XYZ | 0.57 | 0.59 | 1.12 | - |
| YUV | 17.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 27 | 0.56 | 0.33 | 0 | 0.89 | 216 | 0.38 | 0.08 |
| Hex | C | 12 | 1B | 38 | 21 | 0 | 59 | D8 | 26 | 8 |
| Octal | 14 | 22 | 33 | 70 | 41 | 0 | 131 | 330 | 46 | 10 |
| Binary | 1100 | 10010 | 11011 | 111000 | 100001 | 0 | 1011001 | 11011000 | 100110 | 1000 |
Color Harmonies of #0C121B
Complementary color
Monochromatic Colors of #0C121B
Black with #0C121B
Text Example
Text Example
White with #0C121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C121B; }
p { color: rgb(12,18,27); }
H1.HeaderClassName
{
color: #0C121B;
}
.AnyTagClassName
{
color: #0C121B;
}
</style>
background-color css
<style>
a { background-color: #0C121B; }
a { background-color: rgb(12,18,27); }
div.DivClassName
{
background-color: #0C121B;
}
.BgClassName
{
background-color: #0C121B;
}
</style>
border-color css
<style>
span { border-color: #0C121B; }
span { border-color: rgb(12,18,27); }
td.TdClassName
{
border-color: #0C121B;
}
.TagClassName
{
border-color: #0C121B;
}
</style>