Shades of Black Pearl #0C262C
Tints of Black Pearl #0C262C
RGB
CMYK
RGB Variations
Color information
#0C262C (or 0x0C262C) is known color: Black Pearl. HEX triplet: 0C, 26 and 2C. RGB value is (12,38,44). Sum of RGB (Red+Green+Blue) = 12+38+44=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C262C is #F3D9D3. Grayscale: #1E1E1E. Windows color (decimal): -15981012 or 2893324. OLE color: 2893324.
HSL color Cylindrical-coordinate representation of color #0C262C: hue angle of 191.25º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C262C is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 38 | 44 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.83 |
| HSL | 191.25º | 0.57% | 0.11% | - |
| HSV(B) | 191.25º | 0.73% | 0.17% | - |
| XYZ | 1.3 | 1.65 | 2.63 | - |
| YUV | 30.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 44 | 0.73 | 0.14 | 0 | 0.83 | 191.25 | 0.57 | 0.11 |
| Hex | C | 26 | 2C | 49 | E | 0 | 53 | BF | 39 | B |
| Octal | 14 | 46 | 54 | 111 | 16 | 0 | 123 | 277 | 71 | 13 |
| Binary | 1100 | 100110 | 101100 | 1001001 | 1110 | 0 | 1010011 | 10111111 | 111001 | 1011 |
Color Harmonies of #0C262C
Complementary color
Monochromatic Colors of #0C262C
Black with #0C262C
Text Example
Text Example
White with #0C262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C262C; }
p { color: rgb(12,38,44); }
H1.HeaderClassName
{
color: #0C262C;
}
.AnyTagClassName
{
color: #0C262C;
}
</style>
background-color css
<style>
a { background-color: #0C262C; }
a { background-color: rgb(12,38,44); }
div.DivClassName
{
background-color: #0C262C;
}
.BgClassName
{
background-color: #0C262C;
}
</style>
border-color css
<style>
span { border-color: #0C262C; }
span { border-color: rgb(12,38,44); }
td.TdClassName
{
border-color: #0C262C;
}
.TagClassName
{
border-color: #0C262C;
}
</style>