Shades of Black Pearl #0C1D26
Tints of Black Pearl #0C1D26
RGB
CMYK
RGB Variations
Color information
#0C1D26 (or 0x0C1D26) is known color: Black Pearl. HEX triplet: 0C, 1D and 26. RGB value is (12,29,38). Sum of RGB (Red+Green+Blue) = 12+29+38=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #0C1D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1D26 is #F3E2D9. Grayscale: #181818. Windows color (decimal): -15983322 or 2497804. OLE color: 2497804.
HSL color Cylindrical-coordinate representation of color #0C1D26: hue angle of 200.77º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1D26 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 29 | 38 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.85 |
| HSL | 200.77º | 0.52% | 0.1% | - |
| HSV(B) | 200.77º | 0.68% | 0.15% | - |
| XYZ | 0.94 | 1.1 | 2 | - |
| YUV | 24.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 38 | 0.68 | 0.24 | 0 | 0.85 | 200.77 | 0.52 | 0.1 |
| Hex | C | 1D | 26 | 44 | 18 | 0 | 55 | C9 | 34 | A |
| Octal | 14 | 35 | 46 | 104 | 30 | 0 | 125 | 311 | 64 | 12 |
| Binary | 1100 | 11101 | 100110 | 1000100 | 11000 | 0 | 1010101 | 11001001 | 110100 | 1010 |
Color Harmonies of #0C1D26
Complementary color
Monochromatic Colors of #0C1D26
Black with #0C1D26
Text Example
Text Example
White with #0C1D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1D26; }
p { color: rgb(12,29,38); }
H1.HeaderClassName
{
color: #0C1D26;
}
.AnyTagClassName
{
color: #0C1D26;
}
</style>
background-color css
<style>
a { background-color: #0C1D26; }
a { background-color: rgb(12,29,38); }
div.DivClassName
{
background-color: #0C1D26;
}
.BgClassName
{
background-color: #0C1D26;
}
</style>
border-color css
<style>
span { border-color: #0C1D26; }
span { border-color: rgb(12,29,38); }
td.TdClassName
{
border-color: #0C1D26;
}
.TagClassName
{
border-color: #0C1D26;
}
</style>