Shades of Haiti #231D2E
Tints of Haiti #231D2E
RGB
CMYK
RGB Variations
Color information
#231D2E (or 0x231D2E) is known color: Haiti. HEX triplet: 23, 1D and 2E. RGB value is (35,29,46). Sum of RGB (Red+Green+Blue) = 35+29+46=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #231D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D2E is #DCE2D1. Grayscale: #202020. Windows color (decimal): -14475986 or 3022115. OLE color: 3022115.
HSL color Cylindrical-coordinate representation of color #231D2E: hue angle of 261.18º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #231D2E is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 29 | 46 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.82 |
| HSL | 261.18º | 0.23% | 0.15% | - |
| HSV(B) | 261.18º | 0.37% | 0.18% | - |
| XYZ | 1.63 | 1.43 | 2.78 | - |
| YUV | 32.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 46 | 0.24 | 0.37 | 0 | 0.82 | 261.18 | 0.23 | 0.15 |
| Hex | 23 | 1D | 2E | 18 | 25 | 0 | 52 | 105 | 17 | F |
| Octal | 43 | 35 | 56 | 30 | 45 | 0 | 122 | 405 | 27 | 17 |
| Binary | 100011 | 11101 | 101110 | 11000 | 100101 | 0 | 1010010 | 100000101 | 10111 | 1111 |
Color Harmonies of #231D2E
Complementary color
Monochromatic Colors of #231D2E
Black with #231D2E
Text Example
Text Example
White with #231D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D2E; }
p { color: rgb(35,29,46); }
H1.HeaderClassName
{
color: #231D2E;
}
.AnyTagClassName
{
color: #231D2E;
}
</style>
background-color css
<style>
a { background-color: #231D2E; }
a { background-color: rgb(35,29,46); }
div.DivClassName
{
background-color: #231D2E;
}
.BgClassName
{
background-color: #231D2E;
}
</style>
border-color css
<style>
span { border-color: #231D2E; }
span { border-color: rgb(35,29,46); }
td.TdClassName
{
border-color: #231D2E;
}
.TagClassName
{
border-color: #231D2E;
}
</style>