Shades of Haiti #33313A
Tints of Haiti #33313A
RGB
CMYK
RGB Variations
Color information
#33313A (or 0x33313A) is known color: Haiti. HEX triplet: 33, 31 and 3A. RGB value is (51,49,58). Sum of RGB (Red+Green+Blue) = 51+49+58=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 58 - color contains mainly: blue. Hex color #33313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33313A is #CCCEC5. Grayscale: #323232. Windows color (decimal): -13422278 or 3813683. OLE color: 3813683.
HSL color Cylindrical-coordinate representation of color #33313A: hue angle of 253.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #33313A is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 49 | 58 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.77 |
| HSL | 253.33º | 0.08% | 0.21% | - |
| HSV(B) | 253.33º | 0.16% | 0.23% | - |
| XYZ | 3.23 | 3.21 | 4.45 | - |
| YUV | 50.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 58 | 0.12 | 0.16 | 0 | 0.77 | 253.33 | 0.08 | 0.21 |
| Hex | 33 | 31 | 3A | C | 10 | 0 | 4D | FD | 8 | 15 |
| Octal | 63 | 61 | 72 | 14 | 20 | 0 | 115 | 375 | 10 | 25 |
| Binary | 110011 | 110001 | 111010 | 1100 | 10000 | 0 | 1001101 | 11111101 | 1000 | 10101 |
Color Harmonies of #33313A
Complementary color
Monochromatic Colors of #33313A
Black with #33313A
Text Example
Text Example
White with #33313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33313A; }
p { color: rgb(51,49,58); }
H1.HeaderClassName
{
color: #33313A;
}
.AnyTagClassName
{
color: #33313A;
}
</style>
background-color css
<style>
a { background-color: #33313A; }
a { background-color: rgb(51,49,58); }
div.DivClassName
{
background-color: #33313A;
}
.BgClassName
{
background-color: #33313A;
}
</style>
border-color css
<style>
span { border-color: #33313A; }
span { border-color: rgb(51,49,58); }
td.TdClassName
{
border-color: #33313A;
}
.TagClassName
{
border-color: #33313A;
}
</style>