Shades of Black Pearl #04202D
Tints of Black Pearl #04202D
RGB
CMYK
RGB Variations
Color information
#04202D (or 0x04202D) is known color: Black Pearl. HEX triplet: 04, 20 and 2D. RGB value is (4,32,45). Sum of RGB (Red+Green+Blue) = 4+32+45=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #04202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04202D is #FBDFD2. Grayscale: #191919. Windows color (decimal): -16506835 or 2957316. OLE color: 2957316.
HSL color Cylindrical-coordinate representation of color #04202D: hue angle of 199.02º 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 #04202D is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 32 | 45 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.82 |
| HSL | 199.02º | 0.84% | 0.1% | - |
| HSV(B) | 199.02º | 0.91% | 0.18% | - |
| XYZ | 1.04 | 1.25 | 2.67 | - |
| YUV | 25.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 45 | 0.91 | 0.29 | 0 | 0.82 | 199.02 | 0.84 | 0.1 |
| Hex | 4 | 20 | 2D | 5B | 1D | 0 | 52 | C7 | 54 | A |
| Octal | 4 | 40 | 55 | 133 | 35 | 0 | 122 | 307 | 124 | 12 |
| Binary | 100 | 100000 | 101101 | 1011011 | 11101 | 0 | 1010010 | 11000111 | 1010100 | 1010 |
Color Harmonies of #04202D
Complementary color
Monochromatic Colors of #04202D
Black with #04202D
Text Example
Text Example
White with #04202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04202D; }
p { color: rgb(4,32,45); }
H1.HeaderClassName
{
color: #04202D;
}
.AnyTagClassName
{
color: #04202D;
}
</style>
background-color css
<style>
a { background-color: #04202D; }
a { background-color: rgb(4,32,45); }
div.DivClassName
{
background-color: #04202D;
}
.BgClassName
{
background-color: #04202D;
}
</style>
border-color css
<style>
span { border-color: #04202D; }
span { border-color: rgb(4,32,45); }
td.TdClassName
{
border-color: #04202D;
}
.TagClassName
{
border-color: #04202D;
}
</style>