Shades of Black Pearl #0C1627
Tints of Black Pearl #0C1627
RGB
CMYK
RGB Variations
Color information
#0C1627 (or 0x0C1627) is known color: Black Pearl. HEX triplet: 0C, 16 and 27. RGB value is (12,22,39). Sum of RGB (Red+Green+Blue) = 12+22+39=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C1627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1627 is #F3E9D8. Grayscale: #141414. Windows color (decimal): -15985113 or 2561548. OLE color: 2561548.
HSL color Cylindrical-coordinate representation of color #0C1627: hue angle of 217.78º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C1627 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 22 | 39 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.85 |
| HSL | 217.78º | 0.53% | 0.1% | - |
| HSV(B) | 217.78º | 0.69% | 0.15% | - |
| XYZ | 0.8 | 0.8 | 2.03 | - |
| YUV | 20.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 39 | 0.69 | 0.44 | 0 | 0.85 | 217.78 | 0.53 | 0.1 |
| Hex | C | 16 | 27 | 45 | 2C | 0 | 55 | DA | 35 | A |
| Octal | 14 | 26 | 47 | 105 | 54 | 0 | 125 | 332 | 65 | 12 |
| Binary | 1100 | 10110 | 100111 | 1000101 | 101100 | 0 | 1010101 | 11011010 | 110101 | 1010 |
Color Harmonies of #0C1627
Complementary color
Monochromatic Colors of #0C1627
Black with #0C1627
Text Example
Text Example
White with #0C1627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1627; }
p { color: rgb(12,22,39); }
H1.HeaderClassName
{
color: #0C1627;
}
.AnyTagClassName
{
color: #0C1627;
}
</style>
background-color css
<style>
a { background-color: #0C1627; }
a { background-color: rgb(12,22,39); }
div.DivClassName
{
background-color: #0C1627;
}
.BgClassName
{
background-color: #0C1627;
}
</style>
border-color css
<style>
span { border-color: #0C1627; }
span { border-color: rgb(12,22,39); }
td.TdClassName
{
border-color: #0C1627;
}
.TagClassName
{
border-color: #0C1627;
}
</style>