Shades of Black Pearl #0C1117
Tints of Black Pearl #0C1117
RGB
CMYK
RGB Variations
Color information
#0C1117 (or 0x0C1117) is known color: Black Pearl. HEX triplet: 0C, 11 and 17. RGB value is (12,17,23). Sum of RGB (Red+Green+Blue) = 12+17+23=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1117 is #F3EEE8. Grayscale: #101010. Windows color (decimal): -15986409 or 1511692. OLE color: 1511692.
HSL color Cylindrical-coordinate representation of color #0C1117: hue angle of 212.73º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C1117 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 17 | 23 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.91 |
| HSL | 212.73º | 0.31% | 0.07% | - |
| HSV(B) | 212.73º | 0.48% | 0.09% | - |
| XYZ | 0.51 | 0.54 | 0.89 | - |
| YUV | 16.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 23 | 0.48 | 0.26 | 0 | 0.91 | 212.73 | 0.31 | 0.07 |
| Hex | C | 11 | 17 | 30 | 1A | 0 | 5B | D5 | 1F | 7 |
| Octal | 14 | 21 | 27 | 60 | 32 | 0 | 133 | 325 | 37 | 7 |
| Binary | 1100 | 10001 | 10111 | 110000 | 11010 | 0 | 1011011 | 11010101 | 11111 | 111 |
Color Harmonies of #0C1117
Complementary color
Monochromatic Colors of #0C1117
Black with #0C1117
Text Example
Text Example
White with #0C1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1117; }
p { color: rgb(12,17,23); }
H1.HeaderClassName
{
color: #0C1117;
}
.AnyTagClassName
{
color: #0C1117;
}
</style>
background-color css
<style>
a { background-color: #0C1117; }
a { background-color: rgb(12,17,23); }
div.DivClassName
{
background-color: #0C1117;
}
.BgClassName
{
background-color: #0C1117;
}
</style>
border-color css
<style>
span { border-color: #0C1117; }
span { border-color: rgb(12,17,23); }
td.TdClassName
{
border-color: #0C1117;
}
.TagClassName
{
border-color: #0C1117;
}
</style>