Shades of Black Pearl #011D2F
Tints of Black Pearl #011D2F
RGB
CMYK
RGB Variations
Color information
#011D2F (or 0x011D2F) is known color: Black Pearl. HEX triplet: 01, 1D and 2F. RGB value is (1,29,47). Sum of RGB (Red+Green+Blue) = 1+29+47=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #011D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D2F is #FEE2D0. Grayscale: #161616. Windows color (decimal): -16704209 or 3087617. OLE color: 3087617.
HSL color Cylindrical-coordinate representation of color #011D2F: hue angle of 203.48º 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 #011D2F is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 29 | 47 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.82 |
| HSL | 203.48º | 0.96% | 0.09% | - |
| HSV(B) | 203.48º | 0.98% | 0.18% | - |
| XYZ | 0.96 | 1.09 | 2.85 | - |
| YUV | 22.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 47 | 0.98 | 0.38 | 0 | 0.82 | 203.48 | 0.96 | 0.09 |
| Hex | 1 | 1D | 2F | 62 | 26 | 0 | 52 | CB | 60 | 9 |
| Octal | 1 | 35 | 57 | 142 | 46 | 0 | 122 | 313 | 140 | 11 |
| Binary | 1 | 11101 | 101111 | 1100010 | 100110 | 0 | 1010010 | 11001011 | 1100000 | 1001 |
Color Harmonies of #011D2F
Complementary color
Monochromatic Colors of #011D2F
Black with #011D2F
Text Example
Text Example
White with #011D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D2F; }
p { color: rgb(1,29,47); }
H1.HeaderClassName
{
color: #011D2F;
}
.AnyTagClassName
{
color: #011D2F;
}
</style>
background-color css
<style>
a { background-color: #011D2F; }
a { background-color: rgb(1,29,47); }
div.DivClassName
{
background-color: #011D2F;
}
.BgClassName
{
background-color: #011D2F;
}
</style>
border-color css
<style>
span { border-color: #011D2F; }
span { border-color: rgb(1,29,47); }
td.TdClassName
{
border-color: #011D2F;
}
.TagClassName
{
border-color: #011D2F;
}
</style>