Shades of Black Pearl #0C181A
Tints of Black Pearl #0C181A
RGB
CMYK
RGB Variations
Color information
#0C181A (or 0x0C181A) is known color: Black Pearl. HEX triplet: 0C, 18 and 1A. RGB value is (12,24,26). Sum of RGB (Red+Green+Blue) = 12+24+26=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C181A is #F3E7E5. Grayscale: #141414. Windows color (decimal): -15984614 or 1710092. OLE color: 1710092.
HSL color Cylindrical-coordinate representation of color #0C181A: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C181A is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 24 | 26 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.90 |
| HSL | 188.57º | 0.37% | 0.07% | - |
| HSV(B) | 188.57º | 0.54% | 0.1% | - |
| XYZ | 0.66 | 0.81 | 1.1 | - |
| YUV | 20.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 26 | 0.54 | 0.08 | 0 | 0.90 | 188.57 | 0.37 | 0.07 |
| Hex | C | 18 | 1A | 36 | 8 | 0 | 5A | BD | 25 | 7 |
| Octal | 14 | 30 | 32 | 66 | 10 | 0 | 132 | 275 | 45 | 7 |
| Binary | 1100 | 11000 | 11010 | 110110 | 1000 | 0 | 1011010 | 10111101 | 100101 | 111 |
Color Harmonies of #0C181A
Complementary color
Monochromatic Colors of #0C181A
Black with #0C181A
Text Example
Text Example
White with #0C181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C181A; }
p { color: rgb(12,24,26); }
H1.HeaderClassName
{
color: #0C181A;
}
.AnyTagClassName
{
color: #0C181A;
}
</style>
background-color css
<style>
a { background-color: #0C181A; }
a { background-color: rgb(12,24,26); }
div.DivClassName
{
background-color: #0C181A;
}
.BgClassName
{
background-color: #0C181A;
}
</style>
border-color css
<style>
span { border-color: #0C181A; }
span { border-color: rgb(12,24,26); }
td.TdClassName
{
border-color: #0C181A;
}
.TagClassName
{
border-color: #0C181A;
}
</style>