Shades of Black Pearl #011F32
Tints of Black Pearl #011F32
RGB
CMYK
RGB Variations
Color information
#011F32 (or 0x011F32) is known color: Black Pearl. HEX triplet: 01, 1F and 32. RGB value is (1,31,50). Sum of RGB (Red+Green+Blue) = 1+31+50=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #011F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F32 is #FEE0CD. Grayscale: #181818. Windows color (decimal): -16703694 or 3284737. OLE color: 3284737.
HSL color Cylindrical-coordinate representation of color #011F32: hue angle of 203.27º 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 #011F32 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 31 | 50 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.80 |
| HSL | 203.27º | 0.96% | 0.1% | - |
| HSV(B) | 203.27º | 0.98% | 0.2% | - |
| XYZ | 1.08 | 1.22 | 3.2 | - |
| YUV | 24.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 50 | 0.98 | 0.38 | 0 | 0.80 | 203.27 | 0.96 | 0.1 |
| Hex | 1 | 1F | 32 | 62 | 26 | 0 | 50 | CB | 60 | A |
| Octal | 1 | 37 | 62 | 142 | 46 | 0 | 120 | 313 | 140 | 12 |
| Binary | 1 | 11111 | 110010 | 1100010 | 100110 | 0 | 1010000 | 11001011 | 1100000 | 1010 |
Color Harmonies of #011F32
Complementary color
Monochromatic Colors of #011F32
Black with #011F32
Text Example
Text Example
White with #011F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F32; }
p { color: rgb(1,31,50); }
H1.HeaderClassName
{
color: #011F32;
}
.AnyTagClassName
{
color: #011F32;
}
</style>
background-color css
<style>
a { background-color: #011F32; }
a { background-color: rgb(1,31,50); }
div.DivClassName
{
background-color: #011F32;
}
.BgClassName
{
background-color: #011F32;
}
</style>
border-color css
<style>
span { border-color: #011F32; }
span { border-color: rgb(1,31,50); }
td.TdClassName
{
border-color: #011F32;
}
.TagClassName
{
border-color: #011F32;
}
</style>