Shades of Haiti #2F2D35
Tints of Haiti #2F2D35
RGB
CMYK
RGB Variations
Color information
#2F2D35 (or 0x2F2D35) is known color: Haiti. HEX triplet: 2F, 2D and 35. RGB value is (47,45,53). Sum of RGB (Red+Green+Blue) = 47+45+53=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F2D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2D35 is #D0D2CA. Grayscale: #2E2E2E. Windows color (decimal): -13685451 or 3484975. OLE color: 3484975.
HSL color Cylindrical-coordinate representation of color #2F2D35: hue angle of 255º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F2D35 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 45 | 53 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.79 |
| HSL | 255º | 0.08% | 0.19% | - |
| HSV(B) | 255º | 0.15% | 0.21% | - |
| XYZ | 2.75 | 2.74 | 3.75 | - |
| YUV | 46.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 53 | 0.11 | 0.15 | 0 | 0.79 | 255 | 0.08 | 0.19 |
| Hex | 2F | 2D | 35 | B | F | 0 | 4F | FF | 8 | 13 |
| Octal | 57 | 55 | 65 | 13 | 17 | 0 | 117 | 377 | 10 | 23 |
| Binary | 101111 | 101101 | 110101 | 1011 | 1111 | 0 | 1001111 | 11111111 | 1000 | 10011 |
Color Harmonies of #2F2D35
Complementary color
Monochromatic Colors of #2F2D35
Black with #2F2D35
Text Example
Text Example
White with #2F2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D35; }
p { color: rgb(47,45,53); }
H1.HeaderClassName
{
color: #2F2D35;
}
.AnyTagClassName
{
color: #2F2D35;
}
</style>
background-color css
<style>
a { background-color: #2F2D35; }
a { background-color: rgb(47,45,53); }
div.DivClassName
{
background-color: #2F2D35;
}
.BgClassName
{
background-color: #2F2D35;
}
</style>
border-color css
<style>
span { border-color: #2F2D35; }
span { border-color: rgb(47,45,53); }
td.TdClassName
{
border-color: #2F2D35;
}
.TagClassName
{
border-color: #2F2D35;
}
</style>