Shades of Black Pearl #011725
Tints of Black Pearl #011725
RGB
CMYK
RGB Variations
Color information
#011725 (or 0x011725) is known color: Black Pearl. HEX triplet: 01, 17 and 25. RGB value is (1,23,37). Sum of RGB (Red+Green+Blue) = 1+23+37=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #011725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011725 is #FEE8DA. Grayscale: #111111. Windows color (decimal): -16705755 or 2430721. OLE color: 2430721.
HSL color Cylindrical-coordinate representation of color #011725: hue angle of 203.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 #011725 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 23 | 37 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.85 |
| HSL | 203.33º | 0.95% | 0.07% | - |
| HSV(B) | 203.33º | 0.97% | 0.15% | - |
| XYZ | 0.65 | 0.75 | 1.86 | - |
| YUV | 18.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 37 | 0.97 | 0.38 | 0 | 0.85 | 203.33 | 0.95 | 0.07 |
| Hex | 1 | 17 | 25 | 61 | 26 | 0 | 55 | CB | 5F | 7 |
| Octal | 1 | 27 | 45 | 141 | 46 | 0 | 125 | 313 | 137 | 7 |
| Binary | 1 | 10111 | 100101 | 1100001 | 100110 | 0 | 1010101 | 11001011 | 1011111 | 111 |
Color Harmonies of #011725
Complementary color
Monochromatic Colors of #011725
Black with #011725
Text Example
Text Example
White with #011725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011725; }
p { color: rgb(1,23,37); }
H1.HeaderClassName
{
color: #011725;
}
.AnyTagClassName
{
color: #011725;
}
</style>
background-color css
<style>
a { background-color: #011725; }
a { background-color: rgb(1,23,37); }
div.DivClassName
{
background-color: #011725;
}
.BgClassName
{
background-color: #011725;
}
</style>
border-color css
<style>
span { border-color: #011725; }
span { border-color: rgb(1,23,37); }
td.TdClassName
{
border-color: #011725;
}
.TagClassName
{
border-color: #011725;
}
</style>