Shades of Black Pearl #04242F
Tints of Black Pearl #04242F
RGB
CMYK
RGB Variations
Color information
#04242F (or 0x04242F) is known color: Black Pearl. HEX triplet: 04, 24 and 2F. RGB value is (4,36,47). Sum of RGB (Red+Green+Blue) = 4+36+47=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #04242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04242F is #FBDBD0. Grayscale: #1B1B1B. Windows color (decimal): -16505809 or 3089412. OLE color: 3089412.
HSL color Cylindrical-coordinate representation of color #04242F: hue angle of 195.35º 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 #04242F is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 36 | 47 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.82 |
| HSL | 195.35º | 0.84% | 0.1% | - |
| HSV(B) | 195.35º | 0.91% | 0.18% | - |
| XYZ | 1.19 | 1.49 | 2.91 | - |
| YUV | 27.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 47 | 0.91 | 0.23 | 0 | 0.82 | 195.35 | 0.84 | 0.1 |
| Hex | 4 | 24 | 2F | 5B | 17 | 0 | 52 | C3 | 54 | A |
| Octal | 4 | 44 | 57 | 133 | 27 | 0 | 122 | 303 | 124 | 12 |
| Binary | 100 | 100100 | 101111 | 1011011 | 10111 | 0 | 1010010 | 11000011 | 1010100 | 1010 |
Color Harmonies of #04242F
Complementary color
Monochromatic Colors of #04242F
Black with #04242F
Text Example
Text Example
White with #04242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04242F; }
p { color: rgb(4,36,47); }
H1.HeaderClassName
{
color: #04242F;
}
.AnyTagClassName
{
color: #04242F;
}
</style>
background-color css
<style>
a { background-color: #04242F; }
a { background-color: rgb(4,36,47); }
div.DivClassName
{
background-color: #04242F;
}
.BgClassName
{
background-color: #04242F;
}
</style>
border-color css
<style>
span { border-color: #04242F; }
span { border-color: rgb(4,36,47); }
td.TdClassName
{
border-color: #04242F;
}
.TagClassName
{
border-color: #04242F;
}
</style>