Shades of Black Pearl #042735
Tints of Black Pearl #042735
RGB
CMYK
RGB Variations
Color information
#042735 (or 0x042735) is known color: Black Pearl. HEX triplet: 04, 27 and 35. RGB value is (4,39,53). Sum of RGB (Red+Green+Blue) = 4+39+53=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #042735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042735 is #FBD8CA. Grayscale: #1E1E1E. Windows color (decimal): -16505035 or 3483396. OLE color: 3483396.
HSL color Cylindrical-coordinate representation of color #042735: hue angle of 197.14º 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 #042735 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 39 | 53 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.79 |
| HSL | 197.14º | 0.86% | 0.11% | - |
| HSV(B) | 197.14º | 0.92% | 0.21% | - |
| XYZ | 1.42 | 1.73 | 3.63 | - |
| YUV | 30.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 53 | 0.92 | 0.26 | 0 | 0.79 | 197.14 | 0.86 | 0.11 |
| Hex | 4 | 27 | 35 | 5C | 1A | 0 | 4F | C5 | 56 | B |
| Octal | 4 | 47 | 65 | 134 | 32 | 0 | 117 | 305 | 126 | 13 |
| Binary | 100 | 100111 | 110101 | 1011100 | 11010 | 0 | 1001111 | 11000101 | 1010110 | 1011 |
Color Harmonies of #042735
Complementary color
Monochromatic Colors of #042735
Black with #042735
Text Example
Text Example
White with #042735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042735; }
p { color: rgb(4,39,53); }
H1.HeaderClassName
{
color: #042735;
}
.AnyTagClassName
{
color: #042735;
}
</style>
background-color css
<style>
a { background-color: #042735; }
a { background-color: rgb(4,39,53); }
div.DivClassName
{
background-color: #042735;
}
.BgClassName
{
background-color: #042735;
}
</style>
border-color css
<style>
span { border-color: #042735; }
span { border-color: rgb(4,39,53); }
td.TdClassName
{
border-color: #042735;
}
.TagClassName
{
border-color: #042735;
}
</style>