Shades of Black Pearl #0C161A
Tints of Black Pearl #0C161A
RGB
CMYK
RGB Variations
Color information
#0C161A (or 0x0C161A) is known color: Black Pearl. HEX triplet: 0C, 16 and 1A. RGB value is (12,22,26). Sum of RGB (Red+Green+Blue) = 12+22+26=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C161A is #F3E9E5. Grayscale: #131313. Windows color (decimal): -15985126 or 1709580. OLE color: 1709580.
HSL color Cylindrical-coordinate representation of color #0C161A: hue angle of 197.14º 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 #0C161A is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 22 | 26 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.90 |
| HSL | 197.14º | 0.37% | 0.07% | - |
| HSV(B) | 197.14º | 0.54% | 0.1% | - |
| XYZ | 0.62 | 0.73 | 1.08 | - |
| YUV | 19.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 26 | 0.54 | 0.15 | 0 | 0.90 | 197.14 | 0.37 | 0.07 |
| Hex | C | 16 | 1A | 36 | F | 0 | 5A | C5 | 25 | 7 |
| Octal | 14 | 26 | 32 | 66 | 17 | 0 | 132 | 305 | 45 | 7 |
| Binary | 1100 | 10110 | 11010 | 110110 | 1111 | 0 | 1011010 | 11000101 | 100101 | 111 |
Color Harmonies of #0C161A
Complementary color
Monochromatic Colors of #0C161A
Black with #0C161A
Text Example
Text Example
White with #0C161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C161A; }
p { color: rgb(12,22,26); }
H1.HeaderClassName
{
color: #0C161A;
}
.AnyTagClassName
{
color: #0C161A;
}
</style>
background-color css
<style>
a { background-color: #0C161A; }
a { background-color: rgb(12,22,26); }
div.DivClassName
{
background-color: #0C161A;
}
.BgClassName
{
background-color: #0C161A;
}
</style>
border-color css
<style>
span { border-color: #0C161A; }
span { border-color: rgb(12,22,26); }
td.TdClassName
{
border-color: #0C161A;
}
.TagClassName
{
border-color: #0C161A;
}
</style>