Shades of Black Pearl #0C171B
Tints of Black Pearl #0C171B
RGB
CMYK
RGB Variations
Color information
#0C171B (or 0x0C171B) is known color: Black Pearl. HEX triplet: 0C, 17 and 1B. RGB value is (12,23,27). Sum of RGB (Red+Green+Blue) = 12+23+27=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C171B is #F3E8E4. Grayscale: #141414. Windows color (decimal): -15984869 or 1775372. OLE color: 1775372.
HSL color Cylindrical-coordinate representation of color #0C171B: hue angle of 196º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C171B is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 23 | 27 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.89 |
| HSL | 196º | 0.38% | 0.08% | - |
| HSV(B) | 196º | 0.56% | 0.11% | - |
| XYZ | 0.66 | 0.77 | 1.15 | - |
| YUV | 20.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 27 | 0.56 | 0.15 | 0 | 0.89 | 196 | 0.38 | 0.08 |
| Hex | C | 17 | 1B | 38 | F | 0 | 59 | C4 | 26 | 8 |
| Octal | 14 | 27 | 33 | 70 | 17 | 0 | 131 | 304 | 46 | 10 |
| Binary | 1100 | 10111 | 11011 | 111000 | 1111 | 0 | 1011001 | 11000100 | 100110 | 1000 |
Color Harmonies of #0C171B
Complementary color
Monochromatic Colors of #0C171B
Black with #0C171B
Text Example
Text Example
White with #0C171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C171B; }
p { color: rgb(12,23,27); }
H1.HeaderClassName
{
color: #0C171B;
}
.AnyTagClassName
{
color: #0C171B;
}
</style>
background-color css
<style>
a { background-color: #0C171B; }
a { background-color: rgb(12,23,27); }
div.DivClassName
{
background-color: #0C171B;
}
.BgClassName
{
background-color: #0C171B;
}
</style>
border-color css
<style>
span { border-color: #0C171B; }
span { border-color: rgb(12,23,27); }
td.TdClassName
{
border-color: #0C171B;
}
.TagClassName
{
border-color: #0C171B;
}
</style>