Shades of Haiti #2A283C
Tints of Haiti #2A283C
RGB
CMYK
RGB Variations
Color information
#2A283C (or 0x2A283C) is known color: Haiti. HEX triplet: 2A, 28 and 3C. RGB value is (42,40,60). Sum of RGB (Red+Green+Blue) = 42+40+60=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A283C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A283C is #D5D7C3. Grayscale: #2A2A2A. Windows color (decimal): -14014404 or 3942442. OLE color: 3942442.
HSL color Cylindrical-coordinate representation of color #2A283C: hue angle of 246º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2A283C is Cyan = 0.3, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 40 | 60 | - |
| CMYK | 0.3 | 0.33 | 0 | 0.76 |
| HSL | 246º | 0.2% | 0.2% | - |
| HSV(B) | 246º | 0.33% | 0.24% | - |
| XYZ | 2.53 | 2.34 | 4.59 | - |
| YUV | 42.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 60 | 0.3 | 0.33 | 0 | 0.76 | 246 | 0.2 | 0.2 |
| Hex | 2A | 28 | 3C | 1E | 21 | 0 | 4C | F6 | 14 | 14 |
| Octal | 52 | 50 | 74 | 36 | 41 | 0 | 114 | 366 | 24 | 24 |
| Binary | 101010 | 101000 | 111100 | 11110 | 100001 | 0 | 1001100 | 11110110 | 10100 | 10100 |
Color Harmonies of #2A283C
Complementary color
Monochromatic Colors of #2A283C
Black with #2A283C
Text Example
Text Example
White with #2A283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A283C; }
p { color: rgb(42,40,60); }
H1.HeaderClassName
{
color: #2A283C;
}
.AnyTagClassName
{
color: #2A283C;
}
</style>
background-color css
<style>
a { background-color: #2A283C; }
a { background-color: rgb(42,40,60); }
div.DivClassName
{
background-color: #2A283C;
}
.BgClassName
{
background-color: #2A283C;
}
</style>
border-color css
<style>
span { border-color: #2A283C; }
span { border-color: rgb(42,40,60); }
td.TdClassName
{
border-color: #2A283C;
}
.TagClassName
{
border-color: #2A283C;
}
</style>