Shades of Black Pearl #0C282E
Tints of Black Pearl #0C282E
RGB
CMYK
RGB Variations
Color information
#0C282E (or 0x0C282E) is known color: Black Pearl. HEX triplet: 0C, 28 and 2E. RGB value is (12,40,46). Sum of RGB (Red+Green+Blue) = 12+40+46=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C282E is #F3D7D1. Grayscale: #202020. Windows color (decimal): -15980498 or 3024908. OLE color: 3024908.
HSL color Cylindrical-coordinate representation of color #0C282E: hue angle of 190.59º 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 #0C282E is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 40 | 46 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.82 |
| HSL | 190.59º | 0.59% | 0.11% | - |
| HSV(B) | 190.59º | 0.74% | 0.18% | - |
| XYZ | 1.4 | 1.79 | 2.86 | - |
| YUV | 32.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 46 | 0.74 | 0.13 | 0 | 0.82 | 190.59 | 0.59 | 0.11 |
| Hex | C | 28 | 2E | 4A | D | 0 | 52 | BF | 3B | B |
| Octal | 14 | 50 | 56 | 112 | 15 | 0 | 122 | 277 | 73 | 13 |
| Binary | 1100 | 101000 | 101110 | 1001010 | 1101 | 0 | 1010010 | 10111111 | 111011 | 1011 |
Color Harmonies of #0C282E
Complementary color
Monochromatic Colors of #0C282E
Black with #0C282E
Text Example
Text Example
White with #0C282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C282E; }
p { color: rgb(12,40,46); }
H1.HeaderClassName
{
color: #0C282E;
}
.AnyTagClassName
{
color: #0C282E;
}
</style>
background-color css
<style>
a { background-color: #0C282E; }
a { background-color: rgb(12,40,46); }
div.DivClassName
{
background-color: #0C282E;
}
.BgClassName
{
background-color: #0C282E;
}
</style>
border-color css
<style>
span { border-color: #0C282E; }
span { border-color: rgb(12,40,46); }
td.TdClassName
{
border-color: #0C282E;
}
.TagClassName
{
border-color: #0C282E;
}
</style>