Shades of Black Pearl #04252E
Tints of Black Pearl #04252E
RGB
CMYK
RGB Variations
Color information
#04252E (or 0x04252E) is known color: Black Pearl. HEX triplet: 04, 25 and 2E. RGB value is (4,37,46). Sum of RGB (Red+Green+Blue) = 4+37+46=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #04252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04252E is #FBDAD1. Grayscale: #1C1C1C. Windows color (decimal): -16505554 or 3024132. OLE color: 3024132.
HSL color Cylindrical-coordinate representation of color #04252E: hue angle of 192.86º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04252E is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 37 | 46 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.82 |
| HSL | 192.86º | 0.84% | 0.1% | - |
| HSV(B) | 192.86º | 0.91% | 0.18% | - |
| XYZ | 1.2 | 1.55 | 2.82 | - |
| YUV | 28.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 46 | 0.91 | 0.20 | 0 | 0.82 | 192.86 | 0.84 | 0.1 |
| Hex | 4 | 25 | 2E | 5B | 14 | 0 | 52 | C1 | 54 | A |
| Octal | 4 | 45 | 56 | 133 | 24 | 0 | 122 | 301 | 124 | 12 |
| Binary | 100 | 100101 | 101110 | 1011011 | 10100 | 0 | 1010010 | 11000001 | 1010100 | 1010 |
Color Harmonies of #04252E
Complementary color
Monochromatic Colors of #04252E
Black with #04252E
Text Example
Text Example
White with #04252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04252E; }
p { color: rgb(4,37,46); }
H1.HeaderClassName
{
color: #04252E;
}
.AnyTagClassName
{
color: #04252E;
}
</style>
background-color css
<style>
a { background-color: #04252E; }
a { background-color: rgb(4,37,46); }
div.DivClassName
{
background-color: #04252E;
}
.BgClassName
{
background-color: #04252E;
}
</style>
border-color css
<style>
span { border-color: #04252E; }
span { border-color: rgb(4,37,46); }
td.TdClassName
{
border-color: #04252E;
}
.TagClassName
{
border-color: #04252E;
}
</style>