Shades of Black Pearl #011D25
Tints of Black Pearl #011D25
RGB
CMYK
RGB Variations
Color information
#011D25 (or 0x011D25) is known color: Black Pearl. HEX triplet: 01, 1D and 25. RGB value is (1,29,37). Sum of RGB (Red+Green+Blue) = 1+29+37=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #011D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D25 is #FEE2DA. Grayscale: #151515. Windows color (decimal): -16704219 or 2432257. OLE color: 2432257.
HSL color Cylindrical-coordinate representation of color #011D25: hue angle of 193.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D25 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 29 | 37 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.85 |
| HSL | 193.33º | 0.95% | 0.07% | - |
| HSV(B) | 193.33º | 0.97% | 0.15% | - |
| XYZ | 0.79 | 1.02 | 1.91 | - |
| YUV | 21.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 37 | 0.97 | 0.22 | 0 | 0.85 | 193.33 | 0.95 | 0.07 |
| Hex | 1 | 1D | 25 | 61 | 16 | 0 | 55 | C1 | 5F | 7 |
| Octal | 1 | 35 | 45 | 141 | 26 | 0 | 125 | 301 | 137 | 7 |
| Binary | 1 | 11101 | 100101 | 1100001 | 10110 | 0 | 1010101 | 11000001 | 1011111 | 111 |
Color Harmonies of #011D25
Complementary color
Monochromatic Colors of #011D25
Black with #011D25
Text Example
Text Example
White with #011D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D25; }
p { color: rgb(1,29,37); }
H1.HeaderClassName
{
color: #011D25;
}
.AnyTagClassName
{
color: #011D25;
}
</style>
background-color css
<style>
a { background-color: #011D25; }
a { background-color: rgb(1,29,37); }
div.DivClassName
{
background-color: #011D25;
}
.BgClassName
{
background-color: #011D25;
}
</style>
border-color css
<style>
span { border-color: #011D25; }
span { border-color: rgb(1,29,37); }
td.TdClassName
{
border-color: #011D25;
}
.TagClassName
{
border-color: #011D25;
}
</style>