Shades of Black Pearl #011931
Tints of Black Pearl #011931
RGB
CMYK
RGB Variations
Color information
#011931 (or 0x011931) is known color: Black Pearl. HEX triplet: 01, 19 and 31. RGB value is (1,25,49). Sum of RGB (Red+Green+Blue) = 1+25+49=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #011931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011931 is #FEE6CE. Grayscale: #141414. Windows color (decimal): -16705231 or 3217665. OLE color: 3217665.
HSL color Cylindrical-coordinate representation of color #011931: hue angle of 210º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011931 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 25 | 49 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.81 |
| HSL | 210º | 0.96% | 0.1% | - |
| HSV(B) | 210º | 0.98% | 0.19% | - |
| XYZ | 0.91 | 0.92 | 3.04 | - |
| YUV | 20.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 49 | 0.98 | 0.49 | 0 | 0.81 | 210 | 0.96 | 0.1 |
| Hex | 1 | 19 | 31 | 62 | 31 | 0 | 51 | D2 | 60 | A |
| Octal | 1 | 31 | 61 | 142 | 61 | 0 | 121 | 322 | 140 | 12 |
| Binary | 1 | 11001 | 110001 | 1100010 | 110001 | 0 | 1010001 | 11010010 | 1100000 | 1010 |
Color Harmonies of #011931
Complementary color
Monochromatic Colors of #011931
Black with #011931
Text Example
Text Example
White with #011931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011931; }
p { color: rgb(1,25,49); }
H1.HeaderClassName
{
color: #011931;
}
.AnyTagClassName
{
color: #011931;
}
</style>
background-color css
<style>
a { background-color: #011931; }
a { background-color: rgb(1,25,49); }
div.DivClassName
{
background-color: #011931;
}
.BgClassName
{
background-color: #011931;
}
</style>
border-color css
<style>
span { border-color: #011931; }
span { border-color: rgb(1,25,49); }
td.TdClassName
{
border-color: #011931;
}
.TagClassName
{
border-color: #011931;
}
</style>