Shades of Haiti #1D1836
Tints of Haiti #1D1836
RGB
CMYK
RGB Variations
Color information
#1D1836 (or 0x1D1836) is known color: Haiti. HEX triplet: 1D, 18 and 36. RGB value is (29,24,54). Sum of RGB (Red+Green+Blue) = 29+24+54=107 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.10% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D1836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1836 is #E2E7C9. Grayscale: #1C1C1C. Windows color (decimal): -14870474 or 3545117. OLE color: 3545117.
HSL color Cylindrical-coordinate representation of color #1D1836: hue angle of 250º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D1836 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 24 | 54 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.79 |
| HSL | 250º | 0.38% | 0.15% | - |
| HSV(B) | 250º | 0.56% | 0.21% | - |
| XYZ | 1.5 | 1.18 | 3.64 | - |
| YUV | 28.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 54 | 0.46 | 0.56 | 0 | 0.79 | 250 | 0.38 | 0.15 |
| Hex | 1D | 18 | 36 | 2E | 38 | 0 | 4F | FA | 26 | F |
| Octal | 35 | 30 | 66 | 56 | 70 | 0 | 117 | 372 | 46 | 17 |
| Binary | 11101 | 11000 | 110110 | 101110 | 111000 | 0 | 1001111 | 11111010 | 100110 | 1111 |
Color Harmonies of #1D1836
Complementary color
Monochromatic Colors of #1D1836
Black with #1D1836
Text Example
Text Example
White with #1D1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1836; }
p { color: rgb(29,24,54); }
H1.HeaderClassName
{
color: #1D1836;
}
.AnyTagClassName
{
color: #1D1836;
}
</style>
background-color css
<style>
a { background-color: #1D1836; }
a { background-color: rgb(29,24,54); }
div.DivClassName
{
background-color: #1D1836;
}
.BgClassName
{
background-color: #1D1836;
}
</style>
border-color css
<style>
span { border-color: #1D1836; }
span { border-color: rgb(29,24,54); }
td.TdClassName
{
border-color: #1D1836;
}
.TagClassName
{
border-color: #1D1836;
}
</style>