Shades of Haiti #1D1835
Tints of Haiti #1D1835
RGB
CMYK
RGB Variations
Color information
#1D1835 (or 0x1D1835) is known color: Haiti. HEX triplet: 1D, 18 and 35. RGB value is (29,24,53). Sum of RGB (Red+Green+Blue) = 29+24+53=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #1D1835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1835 is #E2E7CA. Grayscale: #1C1C1C. Windows color (decimal): -14870475 or 3479581. OLE color: 3479581.
HSL color Cylindrical-coordinate representation of color #1D1835: hue angle of 250.34º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D1835 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 24 | 53 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.79 |
| HSL | 250.34º | 0.38% | 0.15% | - |
| HSV(B) | 250.34º | 0.55% | 0.21% | - |
| XYZ | 1.48 | 1.17 | 3.52 | - |
| YUV | 28.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 53 | 0.45 | 0.55 | 0 | 0.79 | 250.34 | 0.38 | 0.15 |
| Hex | 1D | 18 | 35 | 2D | 37 | 0 | 4F | FA | 26 | F |
| Octal | 35 | 30 | 65 | 55 | 67 | 0 | 117 | 372 | 46 | 17 |
| Binary | 11101 | 11000 | 110101 | 101101 | 110111 | 0 | 1001111 | 11111010 | 100110 | 1111 |
Color Harmonies of #1D1835
Complementary color
Monochromatic Colors of #1D1835
Black with #1D1835
Text Example
Text Example
White with #1D1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1835; }
p { color: rgb(29,24,53); }
H1.HeaderClassName
{
color: #1D1835;
}
.AnyTagClassName
{
color: #1D1835;
}
</style>
background-color css
<style>
a { background-color: #1D1835; }
a { background-color: rgb(29,24,53); }
div.DivClassName
{
background-color: #1D1835;
}
.BgClassName
{
background-color: #1D1835;
}
</style>
border-color css
<style>
span { border-color: #1D1835; }
span { border-color: rgb(29,24,53); }
td.TdClassName
{
border-color: #1D1835;
}
.TagClassName
{
border-color: #1D1835;
}
</style>