Shades of Haiti #2A2635
Tints of Haiti #2A2635
RGB
CMYK
RGB Variations
Color information
#2A2635 (or 0x2A2635) is known color: Haiti. HEX triplet: 2A, 26 and 35. RGB value is (42,38,53). Sum of RGB (Red+Green+Blue) = 42+38+53=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2635 is #D5D9CA. Grayscale: #282828. Windows color (decimal): -14014923 or 3483178. OLE color: 3483178.
HSL color Cylindrical-coordinate representation of color #2A2635: hue angle of 256º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A2635 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 38 | 53 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.79 |
| HSL | 256º | 0.16% | 0.18% | - |
| HSV(B) | 256º | 0.28% | 0.21% | - |
| XYZ | 2.29 | 2.14 | 3.66 | - |
| YUV | 40.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 53 | 0.21 | 0.28 | 0 | 0.79 | 256 | 0.16 | 0.18 |
| Hex | 2A | 26 | 35 | 15 | 1C | 0 | 4F | 100 | 10 | 12 |
| Octal | 52 | 46 | 65 | 25 | 34 | 0 | 117 | 400 | 20 | 22 |
| Binary | 101010 | 100110 | 110101 | 10101 | 11100 | 0 | 1001111 | 100000000 | 10000 | 10010 |
Color Harmonies of #2A2635
Complementary color
Monochromatic Colors of #2A2635
Black with #2A2635
Text Example
Text Example
White with #2A2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2635; }
p { color: rgb(42,38,53); }
H1.HeaderClassName
{
color: #2A2635;
}
.AnyTagClassName
{
color: #2A2635;
}
</style>
background-color css
<style>
a { background-color: #2A2635; }
a { background-color: rgb(42,38,53); }
div.DivClassName
{
background-color: #2A2635;
}
.BgClassName
{
background-color: #2A2635;
}
</style>
border-color css
<style>
span { border-color: #2A2635; }
span { border-color: rgb(42,38,53); }
td.TdClassName
{
border-color: #2A2635;
}
.TagClassName
{
border-color: #2A2635;
}
</style>