Shades of Black Pearl #0C232C
Tints of Black Pearl #0C232C
RGB
CMYK
RGB Variations
Color information
#0C232C (or 0x0C232C) is known color: Black Pearl. HEX triplet: 0C, 23 and 2C. RGB value is (12,35,44). Sum of RGB (Red+Green+Blue) = 12+35+44=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C232C is #F3DCD3. Grayscale: #1D1D1D. Windows color (decimal): -15981780 or 2892556. OLE color: 2892556.
HSL color Cylindrical-coordinate representation of color #0C232C: hue angle of 196.88º 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 #0C232C is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 35 | 44 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.83 |
| HSL | 196.88º | 0.57% | 0.11% | - |
| HSV(B) | 196.88º | 0.73% | 0.17% | - |
| XYZ | 1.21 | 1.46 | 2.6 | - |
| YUV | 29.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 44 | 0.73 | 0.20 | 0 | 0.83 | 196.88 | 0.57 | 0.11 |
| Hex | C | 23 | 2C | 49 | 14 | 0 | 53 | C5 | 39 | B |
| Octal | 14 | 43 | 54 | 111 | 24 | 0 | 123 | 305 | 71 | 13 |
| Binary | 1100 | 100011 | 101100 | 1001001 | 10100 | 0 | 1010011 | 11000101 | 111001 | 1011 |
Color Harmonies of #0C232C
Complementary color
Monochromatic Colors of #0C232C
Black with #0C232C
Text Example
Text Example
White with #0C232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C232C; }
p { color: rgb(12,35,44); }
H1.HeaderClassName
{
color: #0C232C;
}
.AnyTagClassName
{
color: #0C232C;
}
</style>
background-color css
<style>
a { background-color: #0C232C; }
a { background-color: rgb(12,35,44); }
div.DivClassName
{
background-color: #0C232C;
}
.BgClassName
{
background-color: #0C232C;
}
</style>
border-color css
<style>
span { border-color: #0C232C; }
span { border-color: rgb(12,35,44); }
td.TdClassName
{
border-color: #0C232C;
}
.TagClassName
{
border-color: #0C232C;
}
</style>