Shades of Haiti #25232B
Tints of Haiti #25232B
RGB
CMYK
RGB Variations
Color information
#25232B (or 0x25232B) is known color: Haiti. HEX triplet: 25, 23 and 2B. RGB value is (37,35,43). Sum of RGB (Red+Green+Blue) = 37+35+43=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 43 - color contains mainly: blue. Hex color #25232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25232B is #DADCD4. Grayscale: #242424. Windows color (decimal): -14343381 or 2827045. OLE color: 2827045.
HSL color Cylindrical-coordinate representation of color #25232B: hue angle of 255º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #25232B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 35 | 43 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.83 |
| HSL | 255º | 0.1% | 0.15% | - |
| HSV(B) | 255º | 0.19% | 0.17% | - |
| XYZ | 1.8 | 1.77 | 2.53 | - |
| YUV | 36.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 43 | 0.14 | 0.19 | 0 | 0.83 | 255 | 0.1 | 0.15 |
| Hex | 25 | 23 | 2B | E | 13 | 0 | 53 | FF | A | F |
| Octal | 45 | 43 | 53 | 16 | 23 | 0 | 123 | 377 | 12 | 17 |
| Binary | 100101 | 100011 | 101011 | 1110 | 10011 | 0 | 1010011 | 11111111 | 1010 | 1111 |
Color Harmonies of #25232B
Complementary color
Monochromatic Colors of #25232B
Black with #25232B
Text Example
Text Example
White with #25232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25232B; }
p { color: rgb(37,35,43); }
H1.HeaderClassName
{
color: #25232B;
}
.AnyTagClassName
{
color: #25232B;
}
</style>
background-color css
<style>
a { background-color: #25232B; }
a { background-color: rgb(37,35,43); }
div.DivClassName
{
background-color: #25232B;
}
.BgClassName
{
background-color: #25232B;
}
</style>
border-color css
<style>
span { border-color: #25232B; }
span { border-color: rgb(37,35,43); }
td.TdClassName
{
border-color: #25232B;
}
.TagClassName
{
border-color: #25232B;
}
</style>