Shades of Black Pearl #011D30
Tints of Black Pearl #011D30
RGB
CMYK
RGB Variations
Color information
#011D30 (or 0x011D30) is known color: Black Pearl. HEX triplet: 01, 1D and 30. RGB value is (1,29,48). Sum of RGB (Red+Green+Blue) = 1+29+48=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #011D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D30 is #FEE2CF. Grayscale: #161616. Windows color (decimal): -16704208 or 3153153. OLE color: 3153153.
HSL color Cylindrical-coordinate representation of color #011D30: hue angle of 204.26º 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 #011D30 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 29 | 48 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.81 |
| HSL | 204.26º | 0.96% | 0.1% | - |
| HSV(B) | 204.26º | 0.98% | 0.19% | - |
| XYZ | 0.99 | 1.1 | 2.96 | - |
| YUV | 22.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 48 | 0.98 | 0.40 | 0 | 0.81 | 204.26 | 0.96 | 0.1 |
| Hex | 1 | 1D | 30 | 62 | 28 | 0 | 51 | CC | 60 | A |
| Octal | 1 | 35 | 60 | 142 | 50 | 0 | 121 | 314 | 140 | 12 |
| Binary | 1 | 11101 | 110000 | 1100010 | 101000 | 0 | 1010001 | 11001100 | 1100000 | 1010 |
Color Harmonies of #011D30
Complementary color
Monochromatic Colors of #011D30
Black with #011D30
Text Example
Text Example
White with #011D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D30; }
p { color: rgb(1,29,48); }
H1.HeaderClassName
{
color: #011D30;
}
.AnyTagClassName
{
color: #011D30;
}
</style>
background-color css
<style>
a { background-color: #011D30; }
a { background-color: rgb(1,29,48); }
div.DivClassName
{
background-color: #011D30;
}
.BgClassName
{
background-color: #011D30;
}
</style>
border-color css
<style>
span { border-color: #011D30; }
span { border-color: rgb(1,29,48); }
td.TdClassName
{
border-color: #011D30;
}
.TagClassName
{
border-color: #011D30;
}
</style>