Shades of Haiti #201B38
Tints of Haiti #201B38
RGB
CMYK
RGB Variations
Color information
#201B38 (or 0x201B38) is known color: Haiti. HEX triplet: 20, 1B and 38. RGB value is (32,27,56). Sum of RGB (Red+Green+Blue) = 32+27+56=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #201B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B38 is #DFE4C7. Grayscale: #1F1F1F. Windows color (decimal): -14673096 or 3676960. OLE color: 3676960.
HSL color Cylindrical-coordinate representation of color #201B38: hue angle of 250.34º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #201B38 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 27 | 56 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.78 |
| HSL | 250.34º | 0.35% | 0.16% | - |
| HSV(B) | 250.34º | 0.52% | 0.22% | - |
| XYZ | 1.7 | 1.38 | 3.92 | - |
| YUV | 31.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 56 | 0.43 | 0.52 | 0 | 0.78 | 250.34 | 0.35 | 0.16 |
| Hex | 20 | 1B | 38 | 2B | 34 | 0 | 4E | FA | 23 | 10 |
| Octal | 40 | 33 | 70 | 53 | 64 | 0 | 116 | 372 | 43 | 20 |
| Binary | 100000 | 11011 | 111000 | 101011 | 110100 | 0 | 1001110 | 11111010 | 100011 | 10000 |
Color Harmonies of #201B38
Complementary color
Monochromatic Colors of #201B38
Black with #201B38
Text Example
Text Example
White with #201B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B38; }
p { color: rgb(32,27,56); }
H1.HeaderClassName
{
color: #201B38;
}
.AnyTagClassName
{
color: #201B38;
}
</style>
background-color css
<style>
a { background-color: #201B38; }
a { background-color: rgb(32,27,56); }
div.DivClassName
{
background-color: #201B38;
}
.BgClassName
{
background-color: #201B38;
}
</style>
border-color css
<style>
span { border-color: #201B38; }
span { border-color: rgb(32,27,56); }
td.TdClassName
{
border-color: #201B38;
}
.TagClassName
{
border-color: #201B38;
}
</style>