Shades of Black Pearl #042125
Tints of Black Pearl #042125
RGB
CMYK
RGB Variations
Color information
#042125 (or 0x042125) is known color: Black Pearl. HEX triplet: 04, 21 and 25. RGB value is (4,33,37). Sum of RGB (Red+Green+Blue) = 4+33+37=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #042125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042125 is #FBDEDA. Grayscale: #181818. Windows color (decimal): -16506587 or 2433284. OLE color: 2433284.
HSL color Cylindrical-coordinate representation of color #042125: hue angle of 187.27º 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 #042125 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 33 | 37 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.85 |
| HSL | 187.27º | 0.8% | 0.08% | - |
| HSV(B) | 187.27º | 0.89% | 0.15% | - |
| XYZ | 0.93 | 1.25 | 1.94 | - |
| YUV | 24.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 37 | 0.89 | 0.11 | 0 | 0.85 | 187.27 | 0.8 | 0.08 |
| Hex | 4 | 21 | 25 | 59 | B | 0 | 55 | BB | 50 | 8 |
| Octal | 4 | 41 | 45 | 131 | 13 | 0 | 125 | 273 | 120 | 10 |
| Binary | 100 | 100001 | 100101 | 1011001 | 1011 | 0 | 1010101 | 10111011 | 1010000 | 1000 |
Color Harmonies of #042125
Complementary color
Monochromatic Colors of #042125
Black with #042125
Text Example
Text Example
White with #042125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042125; }
p { color: rgb(4,33,37); }
H1.HeaderClassName
{
color: #042125;
}
.AnyTagClassName
{
color: #042125;
}
</style>
background-color css
<style>
a { background-color: #042125; }
a { background-color: rgb(4,33,37); }
div.DivClassName
{
background-color: #042125;
}
.BgClassName
{
background-color: #042125;
}
</style>
border-color css
<style>
span { border-color: #042125; }
span { border-color: rgb(4,33,37); }
td.TdClassName
{
border-color: #042125;
}
.TagClassName
{
border-color: #042125;
}
</style>