Shades of Black Pearl #0C272E
Tints of Black Pearl #0C272E
RGB
CMYK
RGB Variations
Color information
#0C272E (or 0x0C272E) is known color: Black Pearl. HEX triplet: 0C, 27 and 2E. RGB value is (12,39,46). Sum of RGB (Red+Green+Blue) = 12+39+46=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C272E is #F3D8D1. Grayscale: #1F1F1F. Windows color (decimal): -15980754 or 3024652. OLE color: 3024652.
HSL color Cylindrical-coordinate representation of color #0C272E: hue angle of 192.35º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C272E is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 39 | 46 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.82 |
| HSL | 192.35º | 0.59% | 0.11% | - |
| HSV(B) | 192.35º | 0.74% | 0.18% | - |
| XYZ | 1.37 | 1.73 | 2.85 | - |
| YUV | 31.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 46 | 0.74 | 0.15 | 0 | 0.82 | 192.35 | 0.59 | 0.11 |
| Hex | C | 27 | 2E | 4A | F | 0 | 52 | C0 | 3B | B |
| Octal | 14 | 47 | 56 | 112 | 17 | 0 | 122 | 300 | 73 | 13 |
| Binary | 1100 | 100111 | 101110 | 1001010 | 1111 | 0 | 1010010 | 11000000 | 111011 | 1011 |
Color Harmonies of #0C272E
Complementary color
Monochromatic Colors of #0C272E
Black with #0C272E
Text Example
Text Example
White with #0C272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C272E; }
p { color: rgb(12,39,46); }
H1.HeaderClassName
{
color: #0C272E;
}
.AnyTagClassName
{
color: #0C272E;
}
</style>
background-color css
<style>
a { background-color: #0C272E; }
a { background-color: rgb(12,39,46); }
div.DivClassName
{
background-color: #0C272E;
}
.BgClassName
{
background-color: #0C272E;
}
</style>
border-color css
<style>
span { border-color: #0C272E; }
span { border-color: rgb(12,39,46); }
td.TdClassName
{
border-color: #0C272E;
}
.TagClassName
{
border-color: #0C272E;
}
</style>