Shades of Black Pearl #011D31
Tints of Black Pearl #011D31
RGB
CMYK
RGB Variations
Color information
#011D31 (or 0x011D31) is known color: Black Pearl. HEX triplet: 01, 1D and 31. RGB value is (1,29,49). Sum of RGB (Red+Green+Blue) = 1+29+49=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #011D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D31 is #FEE2CE. Grayscale: #161616. Windows color (decimal): -16704207 or 3218689. OLE color: 3218689.
HSL color Cylindrical-coordinate representation of color #011D31: hue angle of 205º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011D31 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 29 | 49 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.81 |
| HSL | 205º | 0.96% | 0.1% | - |
| HSV(B) | 205º | 0.98% | 0.19% | - |
| XYZ | 1.01 | 1.11 | 3.07 | - |
| YUV | 22.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 49 | 0.98 | 0.41 | 0 | 0.81 | 205 | 0.96 | 0.1 |
| Hex | 1 | 1D | 31 | 62 | 29 | 0 | 51 | CD | 60 | A |
| Octal | 1 | 35 | 61 | 142 | 51 | 0 | 121 | 315 | 140 | 12 |
| Binary | 1 | 11101 | 110001 | 1100010 | 101001 | 0 | 1010001 | 11001101 | 1100000 | 1010 |
Color Harmonies of #011D31
Complementary color
Monochromatic Colors of #011D31
Black with #011D31
Text Example
Text Example
White with #011D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D31; }
p { color: rgb(1,29,49); }
H1.HeaderClassName
{
color: #011D31;
}
.AnyTagClassName
{
color: #011D31;
}
</style>
background-color css
<style>
a { background-color: #011D31; }
a { background-color: rgb(1,29,49); }
div.DivClassName
{
background-color: #011D31;
}
.BgClassName
{
background-color: #011D31;
}
</style>
border-color css
<style>
span { border-color: #011D31; }
span { border-color: rgb(1,29,49); }
td.TdClassName
{
border-color: #011D31;
}
.TagClassName
{
border-color: #011D31;
}
</style>