Shades of Haiti #231D36
Tints of Haiti #231D36
RGB
CMYK
RGB Variations
Color information
#231D36 (or 0x231D36) is known color: Haiti. HEX triplet: 23, 1D and 36. RGB value is (35,29,54). Sum of RGB (Red+Green+Blue) = 35+29+54=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #231D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D36 is #DCE2C9. Grayscale: #212121. Windows color (decimal): -14475978 or 3546403. OLE color: 3546403.
HSL color Cylindrical-coordinate representation of color #231D36: hue angle of 254.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231D36 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 29 | 54 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.79 |
| HSL | 254.4º | 0.3% | 0.16% | - |
| HSV(B) | 254.4º | 0.46% | 0.21% | - |
| XYZ | 1.8 | 1.5 | 3.69 | - |
| YUV | 33.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 54 | 0.35 | 0.46 | 0 | 0.79 | 254.4 | 0.3 | 0.16 |
| Hex | 23 | 1D | 36 | 23 | 2E | 0 | 4F | FE | 1E | 10 |
| Octal | 43 | 35 | 66 | 43 | 56 | 0 | 117 | 376 | 36 | 20 |
| Binary | 100011 | 11101 | 110110 | 100011 | 101110 | 0 | 1001111 | 11111110 | 11110 | 10000 |
Color Harmonies of #231D36
Complementary color
Monochromatic Colors of #231D36
Black with #231D36
Text Example
Text Example
White with #231D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D36; }
p { color: rgb(35,29,54); }
H1.HeaderClassName
{
color: #231D36;
}
.AnyTagClassName
{
color: #231D36;
}
</style>
background-color css
<style>
a { background-color: #231D36; }
a { background-color: rgb(35,29,54); }
div.DivClassName
{
background-color: #231D36;
}
.BgClassName
{
background-color: #231D36;
}
</style>
border-color css
<style>
span { border-color: #231D36; }
span { border-color: rgb(35,29,54); }
td.TdClassName
{
border-color: #231D36;
}
.TagClassName
{
border-color: #231D36;
}
</style>