Shades of Haiti #2A2539
Tints of Haiti #2A2539
RGB
CMYK
RGB Variations
Color information
#2A2539 (or 0x2A2539) is known color: Haiti. HEX triplet: 2A, 25 and 39. RGB value is (42,37,57). Sum of RGB (Red+Green+Blue) = 42+37+57=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A2539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2539 is #D5DAC6. Grayscale: #282828. Windows color (decimal): -14015175 or 3745066. OLE color: 3745066.
HSL color Cylindrical-coordinate representation of color #2A2539: hue angle of 255º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A2539 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 37 | 57 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.78 |
| HSL | 255º | 0.21% | 0.18% | - |
| HSV(B) | 255º | 0.35% | 0.22% | - |
| XYZ | 2.35 | 2.11 | 4.15 | - |
| YUV | 40.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 57 | 0.26 | 0.35 | 0 | 0.78 | 255 | 0.21 | 0.18 |
| Hex | 2A | 25 | 39 | 1A | 23 | 0 | 4E | FF | 15 | 12 |
| Octal | 52 | 45 | 71 | 32 | 43 | 0 | 116 | 377 | 25 | 22 |
| Binary | 101010 | 100101 | 111001 | 11010 | 100011 | 0 | 1001110 | 11111111 | 10101 | 10010 |
Color Harmonies of #2A2539
Complementary color
Monochromatic Colors of #2A2539
Black with #2A2539
Text Example
Text Example
White with #2A2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2539; }
p { color: rgb(42,37,57); }
H1.HeaderClassName
{
color: #2A2539;
}
.AnyTagClassName
{
color: #2A2539;
}
</style>
background-color css
<style>
a { background-color: #2A2539; }
a { background-color: rgb(42,37,57); }
div.DivClassName
{
background-color: #2A2539;
}
.BgClassName
{
background-color: #2A2539;
}
</style>
border-color css
<style>
span { border-color: #2A2539; }
span { border-color: rgb(42,37,57); }
td.TdClassName
{
border-color: #2A2539;
}
.TagClassName
{
border-color: #2A2539;
}
</style>