Shades of Black Pearl #0C272B
Tints of Black Pearl #0C272B
RGB
CMYK
RGB Variations
Color information
#0C272B (or 0x0C272B) is known color: Black Pearl. HEX triplet: 0C, 27 and 2B. RGB value is (12,39,43). Sum of RGB (Red+Green+Blue) = 12+39+43=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C272B is #F3D8D4. Grayscale: #1F1F1F. Windows color (decimal): -15980757 or 2828044. OLE color: 2828044.
HSL color Cylindrical-coordinate representation of color #0C272B: hue angle of 187.74º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C272B is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 39 | 43 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.83 |
| HSL | 187.74º | 0.56% | 0.11% | - |
| HSV(B) | 187.74º | 0.72% | 0.17% | - |
| XYZ | 1.31 | 1.7 | 2.55 | - |
| YUV | 31.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 43 | 0.72 | 0.09 | 0 | 0.83 | 187.74 | 0.56 | 0.11 |
| Hex | C | 27 | 2B | 48 | 9 | 0 | 53 | BC | 38 | B |
| Octal | 14 | 47 | 53 | 110 | 11 | 0 | 123 | 274 | 70 | 13 |
| Binary | 1100 | 100111 | 101011 | 1001000 | 1001 | 0 | 1010011 | 10111100 | 111000 | 1011 |
Color Harmonies of #0C272B
Complementary color
Monochromatic Colors of #0C272B
Black with #0C272B
Text Example
Text Example
White with #0C272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C272B; }
p { color: rgb(12,39,43); }
H1.HeaderClassName
{
color: #0C272B;
}
.AnyTagClassName
{
color: #0C272B;
}
</style>
background-color css
<style>
a { background-color: #0C272B; }
a { background-color: rgb(12,39,43); }
div.DivClassName
{
background-color: #0C272B;
}
.BgClassName
{
background-color: #0C272B;
}
</style>
border-color css
<style>
span { border-color: #0C272B; }
span { border-color: rgb(12,39,43); }
td.TdClassName
{
border-color: #0C272B;
}
.TagClassName
{
border-color: #0C272B;
}
</style>