Shades of Black Pearl #011425
Tints of Black Pearl #011425
RGB
CMYK
RGB Variations
Color information
#011425 (or 0x011425) is known color: Black Pearl. HEX triplet: 01, 14 and 25. RGB value is (1,20,37). Sum of RGB (Red+Green+Blue) = 1+20+37=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #011425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011425 is #FEEBDA. Grayscale: #101010. Windows color (decimal): -16706523 or 2429953. OLE color: 2429953.
HSL color Cylindrical-coordinate representation of color #011425: hue angle of 208.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 #011425 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 20 | 37 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.85 |
| HSL | 208.33º | 0.95% | 0.07% | - |
| HSV(B) | 208.33º | 0.97% | 0.15% | - |
| XYZ | 0.6 | 0.64 | 1.84 | - |
| YUV | 16.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 37 | 0.97 | 0.46 | 0 | 0.85 | 208.33 | 0.95 | 0.07 |
| Hex | 1 | 14 | 25 | 61 | 2E | 0 | 55 | D0 | 5F | 7 |
| Octal | 1 | 24 | 45 | 141 | 56 | 0 | 125 | 320 | 137 | 7 |
| Binary | 1 | 10100 | 100101 | 1100001 | 101110 | 0 | 1010101 | 11010000 | 1011111 | 111 |
Color Harmonies of #011425
Complementary color
Monochromatic Colors of #011425
Black with #011425
Text Example
Text Example
White with #011425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011425; }
p { color: rgb(1,20,37); }
H1.HeaderClassName
{
color: #011425;
}
.AnyTagClassName
{
color: #011425;
}
</style>
background-color css
<style>
a { background-color: #011425; }
a { background-color: rgb(1,20,37); }
div.DivClassName
{
background-color: #011425;
}
.BgClassName
{
background-color: #011425;
}
</style>
border-color css
<style>
span { border-color: #011425; }
span { border-color: rgb(1,20,37); }
td.TdClassName
{
border-color: #011425;
}
.TagClassName
{
border-color: #011425;
}
</style>