Shades of Black Pearl #0A171C
Tints of Black Pearl #0A171C
RGB
CMYK
RGB Variations
Color information
#0A171C (or 0x0A171C) is known color: Black Pearl. HEX triplet: 0A, 17 and 1C. RGB value is (10,23,28). Sum of RGB (Red+Green+Blue) = 10+23+28=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A171C is #F5E8E3. Grayscale: #131313. Windows color (decimal): -16115940 or 1840906. OLE color: 1840906.
HSL color Cylindrical-coordinate representation of color #0A171C: hue angle of 196.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A171C is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 23 | 28 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.89 |
| HSL | 196.67º | 0.47% | 0.07% | - |
| HSV(B) | 196.67º | 0.64% | 0.11% | - |
| XYZ | 0.64 | 0.76 | 1.21 | - |
| YUV | 19.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 28 | 0.64 | 0.18 | 0 | 0.89 | 196.67 | 0.47 | 0.07 |
| Hex | A | 17 | 1C | 40 | 12 | 0 | 59 | C5 | 2F | 7 |
| Octal | 12 | 27 | 34 | 100 | 22 | 0 | 131 | 305 | 57 | 7 |
| Binary | 1010 | 10111 | 11100 | 1000000 | 10010 | 0 | 1011001 | 11000101 | 101111 | 111 |
Color Harmonies of #0A171C
Complementary color
Monochromatic Colors of #0A171C
Black with #0A171C
Text Example
Text Example
White with #0A171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A171C; }
p { color: rgb(10,23,28); }
H1.HeaderClassName
{
color: #0A171C;
}
.AnyTagClassName
{
color: #0A171C;
}
</style>
background-color css
<style>
a { background-color: #0A171C; }
a { background-color: rgb(10,23,28); }
div.DivClassName
{
background-color: #0A171C;
}
.BgClassName
{
background-color: #0A171C;
}
</style>
border-color css
<style>
span { border-color: #0A171C; }
span { border-color: rgb(10,23,28); }
td.TdClassName
{
border-color: #0A171C;
}
.TagClassName
{
border-color: #0A171C;
}
</style>