Shades of Black Pearl #042435
Tints of Black Pearl #042435
RGB
CMYK
RGB Variations
Color information
#042435 (or 0x042435) is known color: Black Pearl. HEX triplet: 04, 24 and 35. RGB value is (4,36,53). Sum of RGB (Red+Green+Blue) = 4+36+53=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #042435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042435 is #FBDBCA. Grayscale: #1C1C1C. Windows color (decimal): -16505803 or 3482628. OLE color: 3482628.
HSL color Cylindrical-coordinate representation of color #042435: hue angle of 200.82º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042435 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 36 | 53 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.79 |
| HSL | 200.82º | 0.86% | 0.11% | - |
| HSV(B) | 200.82º | 0.92% | 0.21% | - |
| XYZ | 1.32 | 1.54 | 3.6 | - |
| YUV | 28.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 53 | 0.92 | 0.32 | 0 | 0.79 | 200.82 | 0.86 | 0.11 |
| Hex | 4 | 24 | 35 | 5C | 20 | 0 | 4F | C9 | 56 | B |
| Octal | 4 | 44 | 65 | 134 | 40 | 0 | 117 | 311 | 126 | 13 |
| Binary | 100 | 100100 | 110101 | 1011100 | 100000 | 0 | 1001111 | 11001001 | 1010110 | 1011 |
Color Harmonies of #042435
Complementary color
Monochromatic Colors of #042435
Black with #042435
Text Example
Text Example
White with #042435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042435; }
p { color: rgb(4,36,53); }
H1.HeaderClassName
{
color: #042435;
}
.AnyTagClassName
{
color: #042435;
}
</style>
background-color css
<style>
a { background-color: #042435; }
a { background-color: rgb(4,36,53); }
div.DivClassName
{
background-color: #042435;
}
.BgClassName
{
background-color: #042435;
}
</style>
border-color css
<style>
span { border-color: #042435; }
span { border-color: rgb(4,36,53); }
td.TdClassName
{
border-color: #042435;
}
.TagClassName
{
border-color: #042435;
}
</style>