Shades of Black Pearl #0C1B27
Tints of Black Pearl #0C1B27
RGB
CMYK
RGB Variations
Color information
#0C1B27 (or 0x0C1B27) is known color: Black Pearl. HEX triplet: 0C, 1B and 27. RGB value is (12,27,39). Sum of RGB (Red+Green+Blue) = 12+27+39=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C1B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1B27 is #F3E4D8. Grayscale: #171717. Windows color (decimal): -15983833 or 2562828. OLE color: 2562828.
HSL color Cylindrical-coordinate representation of color #0C1B27: hue angle of 206.67º 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 #0C1B27 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 27 | 39 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.85 |
| HSL | 206.67º | 0.53% | 0.1% | - |
| HSV(B) | 206.67º | 0.69% | 0.15% | - |
| XYZ | 0.91 | 1.01 | 2.07 | - |
| YUV | 23.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 39 | 0.69 | 0.31 | 0 | 0.85 | 206.67 | 0.53 | 0.1 |
| Hex | C | 1B | 27 | 45 | 1F | 0 | 55 | CF | 35 | A |
| Octal | 14 | 33 | 47 | 105 | 37 | 0 | 125 | 317 | 65 | 12 |
| Binary | 1100 | 11011 | 100111 | 1000101 | 11111 | 0 | 1010101 | 11001111 | 110101 | 1010 |
Color Harmonies of #0C1B27
Complementary color
Monochromatic Colors of #0C1B27
Black with #0C1B27
Text Example
Text Example
White with #0C1B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1B27; }
p { color: rgb(12,27,39); }
H1.HeaderClassName
{
color: #0C1B27;
}
.AnyTagClassName
{
color: #0C1B27;
}
</style>
background-color css
<style>
a { background-color: #0C1B27; }
a { background-color: rgb(12,27,39); }
div.DivClassName
{
background-color: #0C1B27;
}
.BgClassName
{
background-color: #0C1B27;
}
</style>
border-color css
<style>
span { border-color: #0C1B27; }
span { border-color: rgb(12,27,39); }
td.TdClassName
{
border-color: #0C1B27;
}
.TagClassName
{
border-color: #0C1B27;
}
</style>