Shades of Black Pearl #01171C
Tints of Black Pearl #01171C
RGB
CMYK
RGB Variations
Color information
#01171C (or 0x01171C) is known color: Black Pearl. HEX triplet: 01, 17 and 1C. RGB value is (1,23,28). Sum of RGB (Red+Green+Blue) = 1+23+28=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #01171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01171C is #FEE8E3. Grayscale: #101010. Windows color (decimal): -16705764 or 1840897. OLE color: 1840897.
HSL color Cylindrical-coordinate representation of color #01171C: hue angle of 191.11º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01171C is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 23 | 28 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.89 |
| HSL | 191.11º | 0.93% | 0.06% | - |
| HSV(B) | 191.11º | 0.96% | 0.11% | - |
| XYZ | 0.53 | 0.7 | 1.21 | - |
| YUV | 16.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 28 | 0.96 | 0.18 | 0 | 0.89 | 191.11 | 0.93 | 0.06 |
| Hex | 1 | 17 | 1C | 60 | 12 | 0 | 59 | BF | 5D | 6 |
| Octal | 1 | 27 | 34 | 140 | 22 | 0 | 131 | 277 | 135 | 6 |
| Binary | 1 | 10111 | 11100 | 1100000 | 10010 | 0 | 1011001 | 10111111 | 1011101 | 110 |
Color Harmonies of #01171C
Complementary color
Monochromatic Colors of #01171C
Black with #01171C
Text Example
Text Example
White with #01171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01171C; }
p { color: rgb(1,23,28); }
H1.HeaderClassName
{
color: #01171C;
}
.AnyTagClassName
{
color: #01171C;
}
</style>
background-color css
<style>
a { background-color: #01171C; }
a { background-color: rgb(1,23,28); }
div.DivClassName
{
background-color: #01171C;
}
.BgClassName
{
background-color: #01171C;
}
</style>
border-color css
<style>
span { border-color: #01171C; }
span { border-color: rgb(1,23,28); }
td.TdClassName
{
border-color: #01171C;
}
.TagClassName
{
border-color: #01171C;
}
</style>