Shades of Black Pearl #011D32
Tints of Black Pearl #011D32
RGB
CMYK
RGB Variations
Color information
#011D32 (or 0x011D32) is known color: Black Pearl. HEX triplet: 01, 1D and 32. RGB value is (1,29,50). Sum of RGB (Red+Green+Blue) = 1+29+50=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #011D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D32 is #FEE2CD. Grayscale: #161616. Windows color (decimal): -16704206 or 3284225. OLE color: 3284225.
HSL color Cylindrical-coordinate representation of color #011D32: hue angle of 205.71º 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 #011D32 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 29 | 50 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.80 |
| HSL | 205.71º | 0.96% | 0.1% | - |
| HSV(B) | 205.71º | 0.98% | 0.2% | - |
| XYZ | 1.03 | 1.12 | 3.18 | - |
| YUV | 23.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 50 | 0.98 | 0.42 | 0 | 0.80 | 205.71 | 0.96 | 0.1 |
| Hex | 1 | 1D | 32 | 62 | 2A | 0 | 50 | CE | 60 | A |
| Octal | 1 | 35 | 62 | 142 | 52 | 0 | 120 | 316 | 140 | 12 |
| Binary | 1 | 11101 | 110010 | 1100010 | 101010 | 0 | 1010000 | 11001110 | 1100000 | 1010 |
Color Harmonies of #011D32
Complementary color
Monochromatic Colors of #011D32
Black with #011D32
Text Example
Text Example
White with #011D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D32; }
p { color: rgb(1,29,50); }
H1.HeaderClassName
{
color: #011D32;
}
.AnyTagClassName
{
color: #011D32;
}
</style>
background-color css
<style>
a { background-color: #011D32; }
a { background-color: rgb(1,29,50); }
div.DivClassName
{
background-color: #011D32;
}
.BgClassName
{
background-color: #011D32;
}
</style>
border-color css
<style>
span { border-color: #011D32; }
span { border-color: rgb(1,29,50); }
td.TdClassName
{
border-color: #011D32;
}
.TagClassName
{
border-color: #011D32;
}
</style>