Shades of Black Pearl #0C161E
Tints of Black Pearl #0C161E
RGB
CMYK
RGB Variations
Color information
#0C161E (or 0x0C161E) is known color: Black Pearl. HEX triplet: 0C, 16 and 1E. RGB value is (12,22,30). Sum of RGB (Red+Green+Blue) = 12+22+30=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C161E is #F3E9E1. Grayscale: #131313. Windows color (decimal): -15985122 or 1971724. OLE color: 1971724.
HSL color Cylindrical-coordinate representation of color #0C161E: hue angle of 206.67º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C161E is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 22 | 30 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.88 |
| HSL | 206.67º | 0.43% | 0.08% | - |
| HSV(B) | 206.67º | 0.6% | 0.12% | - |
| XYZ | 0.67 | 0.75 | 1.34 | - |
| YUV | 19.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 30 | 0.60 | 0.27 | 0 | 0.88 | 206.67 | 0.43 | 0.08 |
| Hex | C | 16 | 1E | 3C | 1B | 0 | 58 | CF | 2B | 8 |
| Octal | 14 | 26 | 36 | 74 | 33 | 0 | 130 | 317 | 53 | 10 |
| Binary | 1100 | 10110 | 11110 | 111100 | 11011 | 0 | 1011000 | 11001111 | 101011 | 1000 |
Color Harmonies of #0C161E
Complementary color
Monochromatic Colors of #0C161E
Black with #0C161E
Text Example
Text Example
White with #0C161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C161E; }
p { color: rgb(12,22,30); }
H1.HeaderClassName
{
color: #0C161E;
}
.AnyTagClassName
{
color: #0C161E;
}
</style>
background-color css
<style>
a { background-color: #0C161E; }
a { background-color: rgb(12,22,30); }
div.DivClassName
{
background-color: #0C161E;
}
.BgClassName
{
background-color: #0C161E;
}
</style>
border-color css
<style>
span { border-color: #0C161E; }
span { border-color: rgb(12,22,30); }
td.TdClassName
{
border-color: #0C161E;
}
.TagClassName
{
border-color: #0C161E;
}
</style>