Shades of Black Pearl #011431
Tints of Black Pearl #011431
RGB
CMYK
RGB Variations
Color information
#011431 (or 0x011431) is known color: Black Pearl. HEX triplet: 01, 14 and 31. RGB value is (1,20,49). Sum of RGB (Red+Green+Blue) = 1+20+49=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #011431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011431 is #FEEBCE. Grayscale: #111111. Windows color (decimal): -16706511 or 3216385. OLE color: 3216385.
HSL color Cylindrical-coordinate representation of color #011431: hue angle of 216.25º 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 #011431 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 20 | 49 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.81 |
| HSL | 216.25º | 0.96% | 0.1% | - |
| HSV(B) | 216.25º | 0.98% | 0.19% | - |
| XYZ | 0.82 | 0.73 | 3 | - |
| YUV | 17.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 49 | 0.98 | 0.59 | 0 | 0.81 | 216.25 | 0.96 | 0.1 |
| Hex | 1 | 14 | 31 | 62 | 3B | 0 | 51 | D8 | 60 | A |
| Octal | 1 | 24 | 61 | 142 | 73 | 0 | 121 | 330 | 140 | 12 |
| Binary | 1 | 10100 | 110001 | 1100010 | 111011 | 0 | 1010001 | 11011000 | 1100000 | 1010 |
Color Harmonies of #011431
Complementary color
Monochromatic Colors of #011431
Black with #011431
Text Example
Text Example
White with #011431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011431; }
p { color: rgb(1,20,49); }
H1.HeaderClassName
{
color: #011431;
}
.AnyTagClassName
{
color: #011431;
}
</style>
background-color css
<style>
a { background-color: #011431; }
a { background-color: rgb(1,20,49); }
div.DivClassName
{
background-color: #011431;
}
.BgClassName
{
background-color: #011431;
}
</style>
border-color css
<style>
span { border-color: #011431; }
span { border-color: rgb(1,20,49); }
td.TdClassName
{
border-color: #011431;
}
.TagClassName
{
border-color: #011431;
}
</style>