Shades of Black Pearl #0C181E
Tints of Black Pearl #0C181E
RGB
CMYK
RGB Variations
Color information
#0C181E (or 0x0C181E) is known color: Black Pearl. HEX triplet: 0C, 18 and 1E. RGB value is (12,24,30). Sum of RGB (Red+Green+Blue) = 12+24+30=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C181E is #F3E7E1. Grayscale: #151515. Windows color (decimal): -15984610 or 1972236. OLE color: 1972236.
HSL color Cylindrical-coordinate representation of color #0C181E: hue angle of 200º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C181E is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 24 | 30 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.88 |
| HSL | 200º | 0.43% | 0.08% | - |
| HSV(B) | 200º | 0.6% | 0.12% | - |
| XYZ | 0.71 | 0.83 | 1.35 | - |
| YUV | 21.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 30 | 0.60 | 0.20 | 0 | 0.88 | 200 | 0.43 | 0.08 |
| Hex | C | 18 | 1E | 3C | 14 | 0 | 58 | C8 | 2B | 8 |
| Octal | 14 | 30 | 36 | 74 | 24 | 0 | 130 | 310 | 53 | 10 |
| Binary | 1100 | 11000 | 11110 | 111100 | 10100 | 0 | 1011000 | 11001000 | 101011 | 1000 |
Color Harmonies of #0C181E
Complementary color
Monochromatic Colors of #0C181E
Black with #0C181E
Text Example
Text Example
White with #0C181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C181E; }
p { color: rgb(12,24,30); }
H1.HeaderClassName
{
color: #0C181E;
}
.AnyTagClassName
{
color: #0C181E;
}
</style>
background-color css
<style>
a { background-color: #0C181E; }
a { background-color: rgb(12,24,30); }
div.DivClassName
{
background-color: #0C181E;
}
.BgClassName
{
background-color: #0C181E;
}
</style>
border-color css
<style>
span { border-color: #0C181E; }
span { border-color: rgb(12,24,30); }
td.TdClassName
{
border-color: #0C181E;
}
.TagClassName
{
border-color: #0C181E;
}
</style>