Shades of Swamp #042527
Tints of Swamp #042527
RGB
CMYK
RGB Variations
Color information
#042527 (or 0x042527) is known color: Swamp. HEX triplet: 04, 25 and 27. RGB value is (4,37,39). Sum of RGB (Red+Green+Blue) = 4+37+39=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #042527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042527 is #FBDAD8. Grayscale: #1B1B1B. Windows color (decimal): -16505561 or 2565380. OLE color: 2565380.
HSL color Cylindrical-coordinate representation of color #042527: hue angle of 183.43º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042527 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 37 | 39 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.85 |
| HSL | 183.43º | 0.81% | 0.08% | - |
| HSV(B) | 183.43º | 0.9% | 0.15% | - |
| XYZ | 1.08 | 1.5 | 2.15 | - |
| YUV | 27.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 39 | 0.90 | 0.05 | 0 | 0.85 | 183.43 | 0.81 | 0.08 |
| Hex | 4 | 25 | 27 | 5A | 5 | 0 | 55 | B7 | 51 | 8 |
| Octal | 4 | 45 | 47 | 132 | 5 | 0 | 125 | 267 | 121 | 10 |
| Binary | 100 | 100101 | 100111 | 1011010 | 101 | 0 | 1010101 | 10110111 | 1010001 | 1000 |
Color Harmonies of #042527
Complementary color
Monochromatic Colors of #042527
Black with #042527
Text Example
Text Example
White with #042527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042527; }
p { color: rgb(4,37,39); }
H1.HeaderClassName
{
color: #042527;
}
.AnyTagClassName
{
color: #042527;
}
</style>
background-color css
<style>
a { background-color: #042527; }
a { background-color: rgb(4,37,39); }
div.DivClassName
{
background-color: #042527;
}
.BgClassName
{
background-color: #042527;
}
</style>
border-color css
<style>
span { border-color: #042527; }
span { border-color: rgb(4,37,39); }
td.TdClassName
{
border-color: #042527;
}
.TagClassName
{
border-color: #042527;
}
</style>