Shades of Haiti #140F23
Tints of Haiti #140F23
RGB
CMYK
RGB Variations
Color information
#140F23 (or 0x140F23) is known color: Haiti. HEX triplet: 14, 0F and 23. RGB value is (20,15,35). Sum of RGB (Red+Green+Blue) = 20+15+35=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #140F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F23 is #EBF0DC. Grayscale: #121212. Windows color (decimal): -15462621 or 2297620. OLE color: 2297620.
HSL color Cylindrical-coordinate representation of color #140F23: hue angle of 255º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #140F23 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 15 | 35 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.86 |
| HSL | 255º | 0.4% | 0.1% | - |
| HSV(B) | 255º | 0.57% | 0.14% | - |
| XYZ | 0.76 | 0.61 | 1.67 | - |
| YUV | 18.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 35 | 0.43 | 0.57 | 0 | 0.86 | 255 | 0.4 | 0.1 |
| Hex | 14 | F | 23 | 2B | 39 | 0 | 56 | FF | 28 | A |
| Octal | 24 | 17 | 43 | 53 | 71 | 0 | 126 | 377 | 50 | 12 |
| Binary | 10100 | 1111 | 100011 | 101011 | 111001 | 0 | 1010110 | 11111111 | 101000 | 1010 |
Color Harmonies of #140F23
Complementary color
Monochromatic Colors of #140F23
Black with #140F23
Text Example
Text Example
White with #140F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F23; }
p { color: rgb(20,15,35); }
H1.HeaderClassName
{
color: #140F23;
}
.AnyTagClassName
{
color: #140F23;
}
</style>
background-color css
<style>
a { background-color: #140F23; }
a { background-color: rgb(20,15,35); }
div.DivClassName
{
background-color: #140F23;
}
.BgClassName
{
background-color: #140F23;
}
</style>
border-color css
<style>
span { border-color: #140F23; }
span { border-color: rgb(20,15,35); }
td.TdClassName
{
border-color: #140F23;
}
.TagClassName
{
border-color: #140F23;
}
</style>