Shades of Black Pearl #0C181C
Tints of Black Pearl #0C181C
RGB
CMYK
RGB Variations
Color information
#0C181C (or 0x0C181C) is known color: Black Pearl. HEX triplet: 0C, 18 and 1C. RGB value is (12,24,28). Sum of RGB (Red+Green+Blue) = 12+24+28=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C181C is #F3E7E3. Grayscale: #141414. Windows color (decimal): -15984612 or 1841164. OLE color: 1841164.
HSL color Cylindrical-coordinate representation of color #0C181C: hue angle of 195º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C181C is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 24 | 28 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.89 |
| HSL | 195º | 0.4% | 0.08% | - |
| HSV(B) | 195º | 0.57% | 0.11% | - |
| XYZ | 0.69 | 0.82 | 1.22 | - |
| YUV | 20.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 28 | 0.57 | 0.14 | 0 | 0.89 | 195 | 0.4 | 0.08 |
| Hex | C | 18 | 1C | 39 | E | 0 | 59 | C3 | 28 | 8 |
| Octal | 14 | 30 | 34 | 71 | 16 | 0 | 131 | 303 | 50 | 10 |
| Binary | 1100 | 11000 | 11100 | 111001 | 1110 | 0 | 1011001 | 11000011 | 101000 | 1000 |
Color Harmonies of #0C181C
Complementary color
Monochromatic Colors of #0C181C
Black with #0C181C
Text Example
Text Example
White with #0C181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C181C; }
p { color: rgb(12,24,28); }
H1.HeaderClassName
{
color: #0C181C;
}
.AnyTagClassName
{
color: #0C181C;
}
</style>
background-color css
<style>
a { background-color: #0C181C; }
a { background-color: rgb(12,24,28); }
div.DivClassName
{
background-color: #0C181C;
}
.BgClassName
{
background-color: #0C181C;
}
</style>
border-color css
<style>
span { border-color: #0C181C; }
span { border-color: rgb(12,24,28); }
td.TdClassName
{
border-color: #0C181C;
}
.TagClassName
{
border-color: #0C181C;
}
</style>