Shades of Black Pearl #011F24
Tints of Black Pearl #011F24
RGB
CMYK
RGB Variations
Color information
#011F24 (or 0x011F24) is known color: Black Pearl. HEX triplet: 01, 1F and 24. RGB value is (1,31,36). Sum of RGB (Red+Green+Blue) = 1+31+36=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #011F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F24 is #FEE0DB. Grayscale: #161616. Windows color (decimal): -16703708 or 2367233. OLE color: 2367233.
HSL color Cylindrical-coordinate representation of color #011F24: hue angle of 188.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F24 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 31 | 36 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.86 |
| HSL | 188.57º | 0.95% | 0.07% | - |
| HSV(B) | 188.57º | 0.97% | 0.14% | - |
| XYZ | 0.82 | 1.11 | 1.84 | - |
| YUV | 22.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 36 | 0.97 | 0.14 | 0 | 0.86 | 188.57 | 0.95 | 0.07 |
| Hex | 1 | 1F | 24 | 61 | E | 0 | 56 | BD | 5F | 7 |
| Octal | 1 | 37 | 44 | 141 | 16 | 0 | 126 | 275 | 137 | 7 |
| Binary | 1 | 11111 | 100100 | 1100001 | 1110 | 0 | 1010110 | 10111101 | 1011111 | 111 |
Color Harmonies of #011F24
Complementary color
Monochromatic Colors of #011F24
Black with #011F24
Text Example
Text Example
White with #011F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F24; }
p { color: rgb(1,31,36); }
H1.HeaderClassName
{
color: #011F24;
}
.AnyTagClassName
{
color: #011F24;
}
</style>
background-color css
<style>
a { background-color: #011F24; }
a { background-color: rgb(1,31,36); }
div.DivClassName
{
background-color: #011F24;
}
.BgClassName
{
background-color: #011F24;
}
</style>
border-color css
<style>
span { border-color: #011F24; }
span { border-color: rgb(1,31,36); }
td.TdClassName
{
border-color: #011F24;
}
.TagClassName
{
border-color: #011F24;
}
</style>