Shades of Black Pearl #0C242A
Tints of Black Pearl #0C242A
RGB
CMYK
RGB Variations
Color information
#0C242A (or 0x0C242A) is known color: Black Pearl. HEX triplet: 0C, 24 and 2A. RGB value is (12,36,42). Sum of RGB (Red+Green+Blue) = 12+36+42=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C242A is #F3DBD5. Grayscale: #1D1D1D. Windows color (decimal): -15981526 or 2761740. OLE color: 2761740.
HSL color Cylindrical-coordinate representation of color #0C242A: hue angle of 192º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C242A is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 36 | 42 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.84 |
| HSL | 192º | 0.56% | 0.11% | - |
| HSV(B) | 192º | 0.71% | 0.16% | - |
| XYZ | 1.2 | 1.51 | 2.42 | - |
| YUV | 29.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 42 | 0.71 | 0.14 | 0 | 0.84 | 192 | 0.56 | 0.11 |
| Hex | C | 24 | 2A | 47 | E | 0 | 54 | C0 | 38 | B |
| Octal | 14 | 44 | 52 | 107 | 16 | 0 | 124 | 300 | 70 | 13 |
| Binary | 1100 | 100100 | 101010 | 1000111 | 1110 | 0 | 1010100 | 11000000 | 111000 | 1011 |
Color Harmonies of #0C242A
Complementary color
Monochromatic Colors of #0C242A
Black with #0C242A
Text Example
Text Example
White with #0C242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C242A; }
p { color: rgb(12,36,42); }
H1.HeaderClassName
{
color: #0C242A;
}
.AnyTagClassName
{
color: #0C242A;
}
</style>
background-color css
<style>
a { background-color: #0C242A; }
a { background-color: rgb(12,36,42); }
div.DivClassName
{
background-color: #0C242A;
}
.BgClassName
{
background-color: #0C242A;
}
</style>
border-color css
<style>
span { border-color: #0C242A; }
span { border-color: rgb(12,36,42); }
td.TdClassName
{
border-color: #0C242A;
}
.TagClassName
{
border-color: #0C242A;
}
</style>