Shades of Black Pearl #001931
Tints of Black Pearl #001931
RGB
CMYK
RGB Variations
Color information
#001931 (or 0x001931) is known color: Black Pearl. HEX triplet: 00, 19 and 31. RGB value is (0,25,49). Sum of RGB (Red+Green+Blue) = 0+25+49=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #001931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001931 is #FFE6CE. Grayscale: #141414. Windows color (decimal): -16770767 or 3217664. OLE color: 3217664.
HSL color Cylindrical-coordinate representation of color #001931: hue angle of 209.39º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001931 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 25 | 49 | - |
| CMYK | 1 | 0.49 | 0 | 0.81 |
| HSL | 209.39º | 1% | 0.1% | - |
| HSV(B) | 209.39º | 1% | 0.19% | - |
| XYZ | 0.9 | 0.92 | 3.04 | - |
| YUV | 20.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 49 | 1 | 0.49 | 0 | 0.81 | 209.39 | 1 | 0.1 |
| Hex | 0 | 19 | 31 | 64 | 31 | 0 | 51 | D1 | 64 | A |
| Octal | 0 | 31 | 61 | 144 | 61 | 0 | 121 | 321 | 144 | 12 |
| Binary | 0 | 11001 | 110001 | 1100100 | 110001 | 0 | 1010001 | 11010001 | 1100100 | 1010 |
Color Harmonies of #001931
Complementary color
Monochromatic Colors of #001931
Black with #001931
Text Example
Text Example
White with #001931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001931; }
p { color: rgb(0,25,49); }
H1.HeaderClassName
{
color: #001931;
}
.AnyTagClassName
{
color: #001931;
}
</style>
background-color css
<style>
a { background-color: #001931; }
a { background-color: rgb(0,25,49); }
div.DivClassName
{
background-color: #001931;
}
.BgClassName
{
background-color: #001931;
}
</style>
border-color css
<style>
span { border-color: #001931; }
span { border-color: rgb(0,25,49); }
td.TdClassName
{
border-color: #001931;
}
.TagClassName
{
border-color: #001931;
}
</style>