Shades of Black Pearl #04222F
Tints of Black Pearl #04222F
RGB
CMYK
RGB Variations
Color information
#04222F (or 0x04222F) is known color: Black Pearl. HEX triplet: 04, 22 and 2F. RGB value is (4,34,47). Sum of RGB (Red+Green+Blue) = 4+34+47=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #04222F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04222F is #FBDDD0. Grayscale: #1A1A1A. Windows color (decimal): -16506321 or 3088900. OLE color: 3088900.
HSL color Cylindrical-coordinate representation of color #04222F: hue angle of 198.14º 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 #04222F is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 34 | 47 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.82 |
| HSL | 198.14º | 0.84% | 0.1% | - |
| HSV(B) | 198.14º | 0.91% | 0.18% | - |
| XYZ | 1.14 | 1.38 | 2.89 | - |
| YUV | 26.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 47 | 0.91 | 0.28 | 0 | 0.82 | 198.14 | 0.84 | 0.1 |
| Hex | 4 | 22 | 2F | 5B | 1C | 0 | 52 | C6 | 54 | A |
| Octal | 4 | 42 | 57 | 133 | 34 | 0 | 122 | 306 | 124 | 12 |
| Binary | 100 | 100010 | 101111 | 1011011 | 11100 | 0 | 1010010 | 11000110 | 1010100 | 1010 |
Color Harmonies of #04222F
Complementary color
Monochromatic Colors of #04222F
Black with #04222F
Text Example
Text Example
White with #04222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04222F; }
p { color: rgb(4,34,47); }
H1.HeaderClassName
{
color: #04222F;
}
.AnyTagClassName
{
color: #04222F;
}
</style>
background-color css
<style>
a { background-color: #04222F; }
a { background-color: rgb(4,34,47); }
div.DivClassName
{
background-color: #04222F;
}
.BgClassName
{
background-color: #04222F;
}
</style>
border-color css
<style>
span { border-color: #04222F; }
span { border-color: rgb(4,34,47); }
td.TdClassName
{
border-color: #04222F;
}
.TagClassName
{
border-color: #04222F;
}
</style>