Shades of Black Pearl #0C181D
Tints of Black Pearl #0C181D
RGB
CMYK
RGB Variations
Color information
#0C181D (or 0x0C181D) is known color: Black Pearl. HEX triplet: 0C, 18 and 1D. RGB value is (12,24,29). Sum of RGB (Red+Green+Blue) = 12+24+29=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C181D is #F3E7E2. Grayscale: #141414. Windows color (decimal): -15984611 or 1906700. OLE color: 1906700.
HSL color Cylindrical-coordinate representation of color #0C181D: hue angle of 197.65º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0C181D is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 24 | 29 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.89 |
| HSL | 197.65º | 0.41% | 0.08% | - |
| HSV(B) | 197.65º | 0.59% | 0.11% | - |
| XYZ | 0.7 | 0.82 | 1.28 | - |
| YUV | 20.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 29 | 0.59 | 0.17 | 0 | 0.89 | 197.65 | 0.41 | 0.08 |
| Hex | C | 18 | 1D | 3B | 11 | 0 | 59 | C6 | 29 | 8 |
| Octal | 14 | 30 | 35 | 73 | 21 | 0 | 131 | 306 | 51 | 10 |
| Binary | 1100 | 11000 | 11101 | 111011 | 10001 | 0 | 1011001 | 11000110 | 101001 | 1000 |
Color Harmonies of #0C181D
Complementary color
Monochromatic Colors of #0C181D
Black with #0C181D
Text Example
Text Example
White with #0C181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C181D; }
p { color: rgb(12,24,29); }
H1.HeaderClassName
{
color: #0C181D;
}
.AnyTagClassName
{
color: #0C181D;
}
</style>
background-color css
<style>
a { background-color: #0C181D; }
a { background-color: rgb(12,24,29); }
div.DivClassName
{
background-color: #0C181D;
}
.BgClassName
{
background-color: #0C181D;
}
</style>
border-color css
<style>
span { border-color: #0C181D; }
span { border-color: rgb(12,24,29); }
td.TdClassName
{
border-color: #0C181D;
}
.TagClassName
{
border-color: #0C181D;
}
</style>