Shades of Black Pearl #0C181F
Tints of Black Pearl #0C181F
RGB
CMYK
RGB Variations
Color information
#0C181F (or 0x0C181F) is known color: Black Pearl. HEX triplet: 0C, 18 and 1F. RGB value is (12,24,31). Sum of RGB (Red+Green+Blue) = 12+24+31=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C181F is #F3E7E0. Grayscale: #151515. Windows color (decimal): -15984609 or 2037772. OLE color: 2037772.
HSL color Cylindrical-coordinate representation of color #0C181F: hue angle of 202.11º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C181F is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 24 | 31 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.88 |
| HSL | 202.11º | 0.44% | 0.08% | - |
| HSV(B) | 202.11º | 0.61% | 0.12% | - |
| XYZ | 0.73 | 0.83 | 1.42 | - |
| YUV | 21.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 31 | 0.61 | 0.23 | 0 | 0.88 | 202.11 | 0.44 | 0.08 |
| Hex | C | 18 | 1F | 3D | 17 | 0 | 58 | CA | 2C | 8 |
| Octal | 14 | 30 | 37 | 75 | 27 | 0 | 130 | 312 | 54 | 10 |
| Binary | 1100 | 11000 | 11111 | 111101 | 10111 | 0 | 1011000 | 11001010 | 101100 | 1000 |
Color Harmonies of #0C181F
Complementary color
Monochromatic Colors of #0C181F
Black with #0C181F
Text Example
Text Example
White with #0C181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C181F; }
p { color: rgb(12,24,31); }
H1.HeaderClassName
{
color: #0C181F;
}
.AnyTagClassName
{
color: #0C181F;
}
</style>
background-color css
<style>
a { background-color: #0C181F; }
a { background-color: rgb(12,24,31); }
div.DivClassName
{
background-color: #0C181F;
}
.BgClassName
{
background-color: #0C181F;
}
</style>
border-color css
<style>
span { border-color: #0C181F; }
span { border-color: rgb(12,24,31); }
td.TdClassName
{
border-color: #0C181F;
}
.TagClassName
{
border-color: #0C181F;
}
</style>