Shades of Black Pearl #001431
Tints of Black Pearl #001431
RGB
CMYK
RGB Variations
Color information
#001431 (or 0x001431) is known color: Black Pearl. HEX triplet: 00, 14 and 31. RGB value is (0,20,49). Sum of RGB (Red+Green+Blue) = 0+20+49=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #001431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001431 is #FFEBCE. Grayscale: #111111. Windows color (decimal): -16772047 or 3216384. OLE color: 3216384.
HSL color Cylindrical-coordinate representation of color #001431: hue angle of 215.51º 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 #001431 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 20 | 49 | - |
| CMYK | 1 | 0.59 | 0 | 0.81 |
| HSL | 215.51º | 1% | 0.1% | - |
| HSV(B) | 215.51º | 1% | 0.19% | - |
| XYZ | 0.8 | 0.72 | 3 | - |
| YUV | 17.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 49 | 1 | 0.59 | 0 | 0.81 | 215.51 | 1 | 0.1 |
| Hex | 0 | 14 | 31 | 64 | 3B | 0 | 51 | D8 | 64 | A |
| Octal | 0 | 24 | 61 | 144 | 73 | 0 | 121 | 330 | 144 | 12 |
| Binary | 0 | 10100 | 110001 | 1100100 | 111011 | 0 | 1010001 | 11011000 | 1100100 | 1010 |
Color Harmonies of #001431
Complementary color
Monochromatic Colors of #001431
Black with #001431
Text Example
Text Example
White with #001431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001431; }
p { color: rgb(0,20,49); }
H1.HeaderClassName
{
color: #001431;
}
.AnyTagClassName
{
color: #001431;
}
</style>
background-color css
<style>
a { background-color: #001431; }
a { background-color: rgb(0,20,49); }
div.DivClassName
{
background-color: #001431;
}
.BgClassName
{
background-color: #001431;
}
</style>
border-color css
<style>
span { border-color: #001431; }
span { border-color: rgb(0,20,49); }
td.TdClassName
{
border-color: #001431;
}
.TagClassName
{
border-color: #001431;
}
</style>