Shades of Black Pearl #0C262E
Tints of Black Pearl #0C262E
RGB
CMYK
RGB Variations
Color information
#0C262E (or 0x0C262E) is known color: Black Pearl. HEX triplet: 0C, 26 and 2E. RGB value is (12,38,46). Sum of RGB (Red+Green+Blue) = 12+38+46=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C262E is #F3D9D1. Grayscale: #1F1F1F. Windows color (decimal): -15981010 or 3024396. OLE color: 3024396.
HSL color Cylindrical-coordinate representation of color #0C262E: hue angle of 194.12º 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 #0C262E is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 38 | 46 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.82 |
| HSL | 194.12º | 0.59% | 0.11% | - |
| HSV(B) | 194.12º | 0.74% | 0.18% | - |
| XYZ | 1.34 | 1.66 | 2.83 | - |
| YUV | 31.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 46 | 0.74 | 0.17 | 0 | 0.82 | 194.12 | 0.59 | 0.11 |
| Hex | C | 26 | 2E | 4A | 11 | 0 | 52 | C2 | 3B | B |
| Octal | 14 | 46 | 56 | 112 | 21 | 0 | 122 | 302 | 73 | 13 |
| Binary | 1100 | 100110 | 101110 | 1001010 | 10001 | 0 | 1010010 | 11000010 | 111011 | 1011 |
Color Harmonies of #0C262E
Complementary color
Monochromatic Colors of #0C262E
Black with #0C262E
Text Example
Text Example
White with #0C262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C262E; }
p { color: rgb(12,38,46); }
H1.HeaderClassName
{
color: #0C262E;
}
.AnyTagClassName
{
color: #0C262E;
}
</style>
background-color css
<style>
a { background-color: #0C262E; }
a { background-color: rgb(12,38,46); }
div.DivClassName
{
background-color: #0C262E;
}
.BgClassName
{
background-color: #0C262E;
}
</style>
border-color css
<style>
span { border-color: #0C262E; }
span { border-color: rgb(12,38,46); }
td.TdClassName
{
border-color: #0C262E;
}
.TagClassName
{
border-color: #0C262E;
}
</style>