Shades of Black Pearl #04242D
Tints of Black Pearl #04242D
RGB
CMYK
RGB Variations
Color information
#04242D (or 0x04242D) is known color: Black Pearl. HEX triplet: 04, 24 and 2D. RGB value is (4,36,45). Sum of RGB (Red+Green+Blue) = 4+36+45=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #04242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04242D is #FBDBD2. Grayscale: #1B1B1B. Windows color (decimal): -16505811 or 2958340. OLE color: 2958340.
HSL color Cylindrical-coordinate representation of color #04242D: hue angle of 193.17º 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 #04242D is Cyan = 0.91, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 36 | 45 | - |
| CMYK | 0.91 | 0.2 | 0 | 0.82 |
| HSL | 193.17º | 0.84% | 0.1% | - |
| HSV(B) | 193.17º | 0.91% | 0.18% | - |
| XYZ | 1.15 | 1.48 | 2.71 | - |
| YUV | 27.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 45 | 0.91 | 0.2 | 0 | 0.82 | 193.17 | 0.84 | 0.1 |
| Hex | 4 | 24 | 2D | 5B | 14 | 0 | 52 | C1 | 54 | A |
| Octal | 4 | 44 | 55 | 133 | 24 | 0 | 122 | 301 | 124 | 12 |
| Binary | 100 | 100100 | 101101 | 1011011 | 10100 | 0 | 1010010 | 11000001 | 1010100 | 1010 |
Color Harmonies of #04242D
Complementary color
Monochromatic Colors of #04242D
Black with #04242D
Text Example
Text Example
White with #04242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04242D; }
p { color: rgb(4,36,45); }
H1.HeaderClassName
{
color: #04242D;
}
.AnyTagClassName
{
color: #04242D;
}
</style>
background-color css
<style>
a { background-color: #04242D; }
a { background-color: rgb(4,36,45); }
div.DivClassName
{
background-color: #04242D;
}
.BgClassName
{
background-color: #04242D;
}
</style>
border-color css
<style>
span { border-color: #04242D; }
span { border-color: rgb(4,36,45); }
td.TdClassName
{
border-color: #04242D;
}
.TagClassName
{
border-color: #04242D;
}
</style>