Shades of Black Pearl #001425
Tints of Black Pearl #001425
RGB
CMYK
RGB Variations
Color information
#001425 (or 0x001425) is known color: Black Pearl. HEX triplet: 00, 14 and 25. RGB value is (0,20,37). Sum of RGB (Red+Green+Blue) = 0+20+37=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #001425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001425 is #FFEBDA. Grayscale: #0F0F0F. Windows color (decimal): -16772059 or 2429952. OLE color: 2429952.
HSL color Cylindrical-coordinate representation of color #001425: hue angle of 207.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001425 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 20 | 37 | - |
| CMYK | 1 | 0.46 | 0 | 0.85 |
| HSL | 207.57º | 1% | 0.07% | - |
| HSV(B) | 207.57º | 1% | 0.15% | - |
| XYZ | 0.58 | 0.63 | 1.84 | - |
| YUV | 15.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 37 | 1 | 0.46 | 0 | 0.85 | 207.57 | 1 | 0.07 |
| Hex | 0 | 14 | 25 | 64 | 2E | 0 | 55 | D0 | 64 | 7 |
| Octal | 0 | 24 | 45 | 144 | 56 | 0 | 125 | 320 | 144 | 7 |
| Binary | 0 | 10100 | 100101 | 1100100 | 101110 | 0 | 1010101 | 11010000 | 1100100 | 111 |
Color Harmonies of #001425
Complementary color
Monochromatic Colors of #001425
Black with #001425
Text Example
Text Example
White with #001425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001425; }
p { color: rgb(0,20,37); }
H1.HeaderClassName
{
color: #001425;
}
.AnyTagClassName
{
color: #001425;
}
</style>
background-color css
<style>
a { background-color: #001425; }
a { background-color: rgb(0,20,37); }
div.DivClassName
{
background-color: #001425;
}
.BgClassName
{
background-color: #001425;
}
</style>
border-color css
<style>
span { border-color: #001425; }
span { border-color: rgb(0,20,37); }
td.TdClassName
{
border-color: #001425;
}
.TagClassName
{
border-color: #001425;
}
</style>