Shades of Black Pearl #041425
Tints of Black Pearl #041425
RGB
CMYK
RGB Variations
Color information
#041425 (or 0x041425) is known color: Black Pearl. HEX triplet: 04, 14 and 25. RGB value is (4,20,37). Sum of RGB (Red+Green+Blue) = 4+20+37=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 20 (8.20% from 255 or 32.79% 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 #041425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041425 is #FBEBDA. Grayscale: #111111. Windows color (decimal): -16509915 or 2429956. OLE color: 2429956.
HSL color Cylindrical-coordinate representation of color #041425: hue angle of 210.91º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041425 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 20 | 37 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.85 |
| HSL | 210.91º | 0.8% | 0.08% | - |
| HSV(B) | 210.91º | 0.89% | 0.15% | - |
| XYZ | 0.63 | 0.66 | 1.84 | - |
| YUV | 17.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 37 | 0.89 | 0.46 | 0 | 0.85 | 210.91 | 0.8 | 0.08 |
| Hex | 4 | 14 | 25 | 59 | 2E | 0 | 55 | D3 | 50 | 8 |
| Octal | 4 | 24 | 45 | 131 | 56 | 0 | 125 | 323 | 120 | 10 |
| Binary | 100 | 10100 | 100101 | 1011001 | 101110 | 0 | 1010101 | 11010011 | 1010000 | 1000 |
Color Harmonies of #041425
Complementary color
Monochromatic Colors of #041425
Black with #041425
Text Example
Text Example
White with #041425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041425; }
p { color: rgb(4,20,37); }
H1.HeaderClassName
{
color: #041425;
}
.AnyTagClassName
{
color: #041425;
}
</style>
background-color css
<style>
a { background-color: #041425; }
a { background-color: rgb(4,20,37); }
div.DivClassName
{
background-color: #041425;
}
.BgClassName
{
background-color: #041425;
}
</style>
border-color css
<style>
span { border-color: #041425; }
span { border-color: rgb(4,20,37); }
td.TdClassName
{
border-color: #041425;
}
.TagClassName
{
border-color: #041425;
}
</style>