Shades of Black Pearl #04252A
Tints of Black Pearl #04252A
RGB
CMYK
RGB Variations
Color information
#04252A (or 0x04252A) is known color: Black Pearl. HEX triplet: 04, 25 and 2A. RGB value is (4,37,42). Sum of RGB (Red+Green+Blue) = 4+37+42=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #04252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04252A is #FBDAD5. Grayscale: #1B1B1B. Windows color (decimal): -16505558 or 2761988. OLE color: 2761988.
HSL color Cylindrical-coordinate representation of color #04252A: hue angle of 187.89º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04252A is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 37 | 42 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.84 |
| HSL | 187.89º | 0.83% | 0.09% | - |
| HSV(B) | 187.89º | 0.9% | 0.16% | - |
| XYZ | 1.13 | 1.52 | 2.42 | - |
| YUV | 27.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 42 | 0.90 | 0.12 | 0 | 0.84 | 187.89 | 0.83 | 0.09 |
| Hex | 4 | 25 | 2A | 5A | C | 0 | 54 | BC | 53 | 9 |
| Octal | 4 | 45 | 52 | 132 | 14 | 0 | 124 | 274 | 123 | 11 |
| Binary | 100 | 100101 | 101010 | 1011010 | 1100 | 0 | 1010100 | 10111100 | 1010011 | 1001 |
Color Harmonies of #04252A
Complementary color
Monochromatic Colors of #04252A
Black with #04252A
Text Example
Text Example
White with #04252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04252A; }
p { color: rgb(4,37,42); }
H1.HeaderClassName
{
color: #04252A;
}
.AnyTagClassName
{
color: #04252A;
}
</style>
background-color css
<style>
a { background-color: #04252A; }
a { background-color: rgb(4,37,42); }
div.DivClassName
{
background-color: #04252A;
}
.BgClassName
{
background-color: #04252A;
}
</style>
border-color css
<style>
span { border-color: #04252A; }
span { border-color: rgb(4,37,42); }
td.TdClassName
{
border-color: #04252A;
}
.TagClassName
{
border-color: #04252A;
}
</style>