Shades of Black Pearl #011F2A
Tints of Black Pearl #011F2A
RGB
CMYK
RGB Variations
Color information
#011F2A (or 0x011F2A) is known color: Black Pearl. HEX triplet: 01, 1F and 2A. RGB value is (1,31,42). Sum of RGB (Red+Green+Blue) = 1+31+42=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #011F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F2A is #FEE0D5. Grayscale: #171717. Windows color (decimal): -16703702 or 2760449. OLE color: 2760449.
HSL color Cylindrical-coordinate representation of color #011F2A: hue angle of 196.1º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011F2A is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 31 | 42 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.84 |
| HSL | 196.1º | 0.95% | 0.08% | - |
| HSV(B) | 196.1º | 0.98% | 0.16% | - |
| XYZ | 0.92 | 1.15 | 2.36 | - |
| YUV | 23.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 42 | 0.98 | 0.26 | 0 | 0.84 | 196.1 | 0.95 | 0.08 |
| Hex | 1 | 1F | 2A | 62 | 1A | 0 | 54 | C4 | 5F | 8 |
| Octal | 1 | 37 | 52 | 142 | 32 | 0 | 124 | 304 | 137 | 10 |
| Binary | 1 | 11111 | 101010 | 1100010 | 11010 | 0 | 1010100 | 11000100 | 1011111 | 1000 |
Color Harmonies of #011F2A
Complementary color
Monochromatic Colors of #011F2A
Black with #011F2A
Text Example
Text Example
White with #011F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F2A; }
p { color: rgb(1,31,42); }
H1.HeaderClassName
{
color: #011F2A;
}
.AnyTagClassName
{
color: #011F2A;
}
</style>
background-color css
<style>
a { background-color: #011F2A; }
a { background-color: rgb(1,31,42); }
div.DivClassName
{
background-color: #011F2A;
}
.BgClassName
{
background-color: #011F2A;
}
</style>
border-color css
<style>
span { border-color: #011F2A; }
span { border-color: rgb(1,31,42); }
td.TdClassName
{
border-color: #011F2A;
}
.TagClassName
{
border-color: #011F2A;
}
</style>