Shades of Black Pearl #0C262D
Tints of Black Pearl #0C262D
RGB
CMYK
RGB Variations
Color information
#0C262D (or 0x0C262D) is known color: Black Pearl. HEX triplet: 0C, 26 and 2D. RGB value is (12,38,45). Sum of RGB (Red+Green+Blue) = 12+38+45=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C262D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C262D is #F3D9D2. Grayscale: #1E1E1E. Windows color (decimal): -15981011 or 2958860. OLE color: 2958860.
HSL color Cylindrical-coordinate representation of color #0C262D: hue angle of 192.73º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C262D is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 38 | 45 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.82 |
| HSL | 192.73º | 0.58% | 0.11% | - |
| HSV(B) | 192.73º | 0.73% | 0.18% | - |
| XYZ | 1.32 | 1.65 | 2.73 | - |
| YUV | 31.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 45 | 0.73 | 0.16 | 0 | 0.82 | 192.73 | 0.58 | 0.11 |
| Hex | C | 26 | 2D | 49 | 10 | 0 | 52 | C1 | 3A | B |
| Octal | 14 | 46 | 55 | 111 | 20 | 0 | 122 | 301 | 72 | 13 |
| Binary | 1100 | 100110 | 101101 | 1001001 | 10000 | 0 | 1010010 | 11000001 | 111010 | 1011 |
Color Harmonies of #0C262D
Complementary color
Monochromatic Colors of #0C262D
Black with #0C262D
Text Example
Text Example
White with #0C262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C262D; }
p { color: rgb(12,38,45); }
H1.HeaderClassName
{
color: #0C262D;
}
.AnyTagClassName
{
color: #0C262D;
}
</style>
background-color css
<style>
a { background-color: #0C262D; }
a { background-color: rgb(12,38,45); }
div.DivClassName
{
background-color: #0C262D;
}
.BgClassName
{
background-color: #0C262D;
}
</style>
border-color css
<style>
span { border-color: #0C262D; }
span { border-color: rgb(12,38,45); }
td.TdClassName
{
border-color: #0C262D;
}
.TagClassName
{
border-color: #0C262D;
}
</style>