Shades of Haiti #32303A
Tints of Haiti #32303A
RGB
CMYK
RGB Variations
Color information
#32303A (or 0x32303A) is known color: Haiti. HEX triplet: 32, 30 and 3A. RGB value is (50,48,58). Sum of RGB (Red+Green+Blue) = 50+48+58=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #32303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32303A is #CDCFC5. Grayscale: #313131. Windows color (decimal): -13488070 or 3813426. OLE color: 3813426.
HSL color Cylindrical-coordinate representation of color #32303A: hue angle of 252º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #32303A is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 48 | 58 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.77 |
| HSL | 252º | 0.09% | 0.21% | - |
| HSV(B) | 252º | 0.17% | 0.23% | - |
| XYZ | 3.14 | 3.1 | 4.44 | - |
| YUV | 49.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 58 | 0.14 | 0.17 | 0 | 0.77 | 252 | 0.09 | 0.21 |
| Hex | 32 | 30 | 3A | E | 11 | 0 | 4D | FC | 9 | 15 |
| Octal | 62 | 60 | 72 | 16 | 21 | 0 | 115 | 374 | 11 | 25 |
| Binary | 110010 | 110000 | 111010 | 1110 | 10001 | 0 | 1001101 | 11111100 | 1001 | 10101 |
Color Harmonies of #32303A
Complementary color
Monochromatic Colors of #32303A
Black with #32303A
Text Example
Text Example
White with #32303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32303A; }
p { color: rgb(50,48,58); }
H1.HeaderClassName
{
color: #32303A;
}
.AnyTagClassName
{
color: #32303A;
}
</style>
background-color css
<style>
a { background-color: #32303A; }
a { background-color: rgb(50,48,58); }
div.DivClassName
{
background-color: #32303A;
}
.BgClassName
{
background-color: #32303A;
}
</style>
border-color css
<style>
span { border-color: #32303A; }
span { border-color: rgb(50,48,58); }
td.TdClassName
{
border-color: #32303A;
}
.TagClassName
{
border-color: #32303A;
}
</style>