Shades of Haiti #201D3B
Tints of Haiti #201D3B
RGB
CMYK
RGB Variations
Color information
#201D3B (or 0x201D3B) is known color: Haiti. HEX triplet: 20, 1D and 3B. RGB value is (32,29,59). Sum of RGB (Red+Green+Blue) = 32+29+59=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #201D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D3B is #DFE2C4. Grayscale: #212121. Windows color (decimal): -14672581 or 3874080. OLE color: 3874080.
HSL color Cylindrical-coordinate representation of color #201D3B: hue angle of 246º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #201D3B is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 29 | 59 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.77 |
| HSL | 246º | 0.34% | 0.17% | - |
| HSV(B) | 246º | 0.51% | 0.23% | - |
| XYZ | 1.82 | 1.5 | 4.33 | - |
| YUV | 33.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 59 | 0.46 | 0.51 | 0 | 0.77 | 246 | 0.34 | 0.17 |
| Hex | 20 | 1D | 3B | 2E | 33 | 0 | 4D | F6 | 22 | 11 |
| Octal | 40 | 35 | 73 | 56 | 63 | 0 | 115 | 366 | 42 | 21 |
| Binary | 100000 | 11101 | 111011 | 101110 | 110011 | 0 | 1001101 | 11110110 | 100010 | 10001 |
Color Harmonies of #201D3B
Complementary color
Monochromatic Colors of #201D3B
Black with #201D3B
Text Example
Text Example
White with #201D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D3B; }
p { color: rgb(32,29,59); }
H1.HeaderClassName
{
color: #201D3B;
}
.AnyTagClassName
{
color: #201D3B;
}
</style>
background-color css
<style>
a { background-color: #201D3B; }
a { background-color: rgb(32,29,59); }
div.DivClassName
{
background-color: #201D3B;
}
.BgClassName
{
background-color: #201D3B;
}
</style>
border-color css
<style>
span { border-color: #201D3B; }
span { border-color: rgb(32,29,59); }
td.TdClassName
{
border-color: #201D3B;
}
.TagClassName
{
border-color: #201D3B;
}
</style>