Shades of Black Pearl #011430
Tints of Black Pearl #011430
RGB
CMYK
RGB Variations
Color information
#011430 (or 0x011430) is known color: Black Pearl. HEX triplet: 01, 14 and 30. RGB value is (1,20,48). Sum of RGB (Red+Green+Blue) = 1+20+48=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #011430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011430 is #FEEBCF. Grayscale: #111111. Windows color (decimal): -16706512 or 3150849. OLE color: 3150849.
HSL color Cylindrical-coordinate representation of color #011430: hue angle of 215.74º 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 #011430 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 20 | 48 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.81 |
| HSL | 215.74º | 0.96% | 0.1% | - |
| HSV(B) | 215.74º | 0.98% | 0.19% | - |
| XYZ | 0.8 | 0.72 | 2.89 | - |
| YUV | 17.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 48 | 0.98 | 0.58 | 0 | 0.81 | 215.74 | 0.96 | 0.1 |
| Hex | 1 | 14 | 30 | 62 | 3A | 0 | 51 | D8 | 60 | A |
| Octal | 1 | 24 | 60 | 142 | 72 | 0 | 121 | 330 | 140 | 12 |
| Binary | 1 | 10100 | 110000 | 1100010 | 111010 | 0 | 1010001 | 11011000 | 1100000 | 1010 |
Color Harmonies of #011430
Complementary color
Monochromatic Colors of #011430
Black with #011430
Text Example
Text Example
White with #011430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011430; }
p { color: rgb(1,20,48); }
H1.HeaderClassName
{
color: #011430;
}
.AnyTagClassName
{
color: #011430;
}
</style>
background-color css
<style>
a { background-color: #011430; }
a { background-color: rgb(1,20,48); }
div.DivClassName
{
background-color: #011430;
}
.BgClassName
{
background-color: #011430;
}
</style>
border-color css
<style>
span { border-color: #011430; }
span { border-color: rgb(1,20,48); }
td.TdClassName
{
border-color: #011430;
}
.TagClassName
{
border-color: #011430;
}
</style>