Shades of Black Pearl #04252C
Tints of Black Pearl #04252C
RGB
CMYK
RGB Variations
Color information
#04252C (or 0x04252C) is known color: Black Pearl. HEX triplet: 04, 25 and 2C. RGB value is (4,37,44). Sum of RGB (Red+Green+Blue) = 4+37+44=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #04252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04252C is #FBDAD3. Grayscale: #1B1B1B. Windows color (decimal): -16505556 or 2893060. OLE color: 2893060.
HSL color Cylindrical-coordinate representation of color #04252C: hue angle of 190.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04252C is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 37 | 44 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.83 |
| HSL | 190.5º | 0.83% | 0.09% | - |
| HSV(B) | 190.5º | 0.91% | 0.17% | - |
| XYZ | 1.17 | 1.53 | 2.62 | - |
| YUV | 27.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 44 | 0.91 | 0.16 | 0 | 0.83 | 190.5 | 0.83 | 0.09 |
| Hex | 4 | 25 | 2C | 5B | 10 | 0 | 53 | BE | 53 | 9 |
| Octal | 4 | 45 | 54 | 133 | 20 | 0 | 123 | 276 | 123 | 11 |
| Binary | 100 | 100101 | 101100 | 1011011 | 10000 | 0 | 1010011 | 10111110 | 1010011 | 1001 |
Color Harmonies of #04252C
Complementary color
Monochromatic Colors of #04252C
Black with #04252C
Text Example
Text Example
White with #04252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04252C; }
p { color: rgb(4,37,44); }
H1.HeaderClassName
{
color: #04252C;
}
.AnyTagClassName
{
color: #04252C;
}
</style>
background-color css
<style>
a { background-color: #04252C; }
a { background-color: rgb(4,37,44); }
div.DivClassName
{
background-color: #04252C;
}
.BgClassName
{
background-color: #04252C;
}
</style>
border-color css
<style>
span { border-color: #04252C; }
span { border-color: rgb(4,37,44); }
td.TdClassName
{
border-color: #04252C;
}
.TagClassName
{
border-color: #04252C;
}
</style>