Shades of Black Pearl #011932
Tints of Black Pearl #011932
RGB
CMYK
RGB Variations
Color information
#011932 (or 0x011932) is known color: Black Pearl. HEX triplet: 01, 19 and 32. RGB value is (1,25,50). Sum of RGB (Red+Green+Blue) = 1+25+50=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #011932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011932 is #FEE6CD. Grayscale: #141414. Windows color (decimal): -16705230 or 3283201. OLE color: 3283201.
HSL color Cylindrical-coordinate representation of color #011932: hue angle of 210.61º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011932 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 25 | 50 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.80 |
| HSL | 210.61º | 0.96% | 0.1% | - |
| HSV(B) | 210.61º | 0.98% | 0.2% | - |
| XYZ | 0.94 | 0.93 | 3.15 | - |
| YUV | 20.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 50 | 0.98 | 0.50 | 0 | 0.80 | 210.61 | 0.96 | 0.1 |
| Hex | 1 | 19 | 32 | 62 | 32 | 0 | 50 | D3 | 60 | A |
| Octal | 1 | 31 | 62 | 142 | 62 | 0 | 120 | 323 | 140 | 12 |
| Binary | 1 | 11001 | 110010 | 1100010 | 110010 | 0 | 1010000 | 11010011 | 1100000 | 1010 |
Color Harmonies of #011932
Complementary color
Monochromatic Colors of #011932
Black with #011932
Text Example
Text Example
White with #011932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011932; }
p { color: rgb(1,25,50); }
H1.HeaderClassName
{
color: #011932;
}
.AnyTagClassName
{
color: #011932;
}
</style>
background-color css
<style>
a { background-color: #011932; }
a { background-color: rgb(1,25,50); }
div.DivClassName
{
background-color: #011932;
}
.BgClassName
{
background-color: #011932;
}
</style>
border-color css
<style>
span { border-color: #011932; }
span { border-color: rgb(1,25,50); }
td.TdClassName
{
border-color: #011932;
}
.TagClassName
{
border-color: #011932;
}
</style>