Shades of Black Pearl #0C1827
Tints of Black Pearl #0C1827
RGB
CMYK
RGB Variations
Color information
#0C1827 (or 0x0C1827) is known color: Black Pearl. HEX triplet: 0C, 18 and 27. RGB value is (12,24,39). Sum of RGB (Red+Green+Blue) = 12+24+39=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C1827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1827 is #F3E7D8. Grayscale: #161616. Windows color (decimal): -15984601 or 2562060. OLE color: 2562060.
HSL color Cylindrical-coordinate representation of color #0C1827: hue angle of 213.33º 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 #0C1827 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 24 | 39 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.85 |
| HSL | 213.33º | 0.53% | 0.1% | - |
| HSV(B) | 213.33º | 0.69% | 0.15% | - |
| XYZ | 0.84 | 0.88 | 2.04 | - |
| YUV | 22.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 39 | 0.69 | 0.38 | 0 | 0.85 | 213.33 | 0.53 | 0.1 |
| Hex | C | 18 | 27 | 45 | 26 | 0 | 55 | D5 | 35 | A |
| Octal | 14 | 30 | 47 | 105 | 46 | 0 | 125 | 325 | 65 | 12 |
| Binary | 1100 | 11000 | 100111 | 1000101 | 100110 | 0 | 1010101 | 11010101 | 110101 | 1010 |
Color Harmonies of #0C1827
Complementary color
Monochromatic Colors of #0C1827
Black with #0C1827
Text Example
Text Example
White with #0C1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1827; }
p { color: rgb(12,24,39); }
H1.HeaderClassName
{
color: #0C1827;
}
.AnyTagClassName
{
color: #0C1827;
}
</style>
background-color css
<style>
a { background-color: #0C1827; }
a { background-color: rgb(12,24,39); }
div.DivClassName
{
background-color: #0C1827;
}
.BgClassName
{
background-color: #0C1827;
}
</style>
border-color css
<style>
span { border-color: #0C1827; }
span { border-color: rgb(12,24,39); }
td.TdClassName
{
border-color: #0C1827;
}
.TagClassName
{
border-color: #0C1827;
}
</style>