Shades of Black Pearl #011D2E
Tints of Black Pearl #011D2E
RGB
CMYK
RGB Variations
Color information
#011D2E (or 0x011D2E) is known color: Black Pearl. HEX triplet: 01, 1D and 2E. RGB value is (1,29,46). Sum of RGB (Red+Green+Blue) = 1+29+46=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #011D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D2E is #FEE2D1. Grayscale: #161616. Windows color (decimal): -16704210 or 3022081. OLE color: 3022081.
HSL color Cylindrical-coordinate representation of color #011D2E: hue angle of 202.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011D2E is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 29 | 46 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.82 |
| HSL | 202.67º | 0.96% | 0.09% | - |
| HSV(B) | 202.67º | 0.98% | 0.18% | - |
| XYZ | 0.95 | 1.08 | 2.74 | - |
| YUV | 22.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 46 | 0.98 | 0.37 | 0 | 0.82 | 202.67 | 0.96 | 0.09 |
| Hex | 1 | 1D | 2E | 62 | 25 | 0 | 52 | CB | 60 | 9 |
| Octal | 1 | 35 | 56 | 142 | 45 | 0 | 122 | 313 | 140 | 11 |
| Binary | 1 | 11101 | 101110 | 1100010 | 100101 | 0 | 1010010 | 11001011 | 1100000 | 1001 |
Color Harmonies of #011D2E
Complementary color
Monochromatic Colors of #011D2E
Black with #011D2E
Text Example
Text Example
White with #011D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D2E; }
p { color: rgb(1,29,46); }
H1.HeaderClassName
{
color: #011D2E;
}
.AnyTagClassName
{
color: #011D2E;
}
</style>
background-color css
<style>
a { background-color: #011D2E; }
a { background-color: rgb(1,29,46); }
div.DivClassName
{
background-color: #011D2E;
}
.BgClassName
{
background-color: #011D2E;
}
</style>
border-color css
<style>
span { border-color: #011D2E; }
span { border-color: rgb(1,29,46); }
td.TdClassName
{
border-color: #011D2E;
}
.TagClassName
{
border-color: #011D2E;
}
</style>