Shades of Black Pearl #01191C
Tints of Black Pearl #01191C
RGB
CMYK
RGB Variations
Color information
#01191C (or 0x01191C) is known color: Black Pearl. HEX triplet: 01, 19 and 1C. RGB value is (1,25,28). Sum of RGB (Red+Green+Blue) = 1+25+28=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #01191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01191C is #FEE6E3. Grayscale: #121212. Windows color (decimal): -16705252 or 1841409. OLE color: 1841409.
HSL color Cylindrical-coordinate representation of color #01191C: hue angle of 186.67º 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 #01191C is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 25 | 28 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.89 |
| HSL | 186.67º | 0.93% | 0.06% | - |
| HSV(B) | 186.67º | 0.96% | 0.11% | - |
| XYZ | 0.57 | 0.79 | 1.22 | - |
| YUV | 18.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 28 | 0.96 | 0.11 | 0 | 0.89 | 186.67 | 0.93 | 0.06 |
| Hex | 1 | 19 | 1C | 60 | B | 0 | 59 | BB | 5D | 6 |
| Octal | 1 | 31 | 34 | 140 | 13 | 0 | 131 | 273 | 135 | 6 |
| Binary | 1 | 11001 | 11100 | 1100000 | 1011 | 0 | 1011001 | 10111011 | 1011101 | 110 |
Color Harmonies of #01191C
Complementary color
Monochromatic Colors of #01191C
Black with #01191C
Text Example
Text Example
White with #01191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01191C; }
p { color: rgb(1,25,28); }
H1.HeaderClassName
{
color: #01191C;
}
.AnyTagClassName
{
color: #01191C;
}
</style>
background-color css
<style>
a { background-color: #01191C; }
a { background-color: rgb(1,25,28); }
div.DivClassName
{
background-color: #01191C;
}
.BgClassName
{
background-color: #01191C;
}
</style>
border-color css
<style>
span { border-color: #01191C; }
span { border-color: rgb(1,25,28); }
td.TdClassName
{
border-color: #01191C;
}
.TagClassName
{
border-color: #01191C;
}
</style>