Shades of Nordic #143937
Tints of Nordic #143937
RGB
CMYK
RGB Variations
Color information
#143937 (or 0x143937) is known color: Nordic. HEX triplet: 14, 39 and 37. RGB value is (20,57,55). Sum of RGB (Red+Green+Blue) = 20+57+55=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #143937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143937 is #EBC6C8. Grayscale: #2D2D2D. Windows color (decimal): -15451849 or 3619092. OLE color: 3619092.
HSL color Cylindrical-coordinate representation of color #143937: hue angle of 176.76º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143937 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 57 | 55 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.78 |
| HSL | 176.76º | 0.48% | 0.15% | - |
| HSV(B) | 176.76º | 0.65% | 0.22% | - |
| XYZ | 2.44 | 3.35 | 4.13 | - |
| YUV | 45.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 55 | 0.65 | 0 | 0.04 | 0.78 | 176.76 | 0.48 | 0.15 |
| Hex | 14 | 39 | 37 | 41 | 0 | 4 | 4E | B1 | 30 | F |
| Octal | 24 | 71 | 67 | 101 | 0 | 4 | 116 | 261 | 60 | 17 |
| Binary | 10100 | 111001 | 110111 | 1000001 | 0 | 100 | 1001110 | 10110001 | 110000 | 1111 |
Color Harmonies of #143937
Complementary color
Monochromatic Colors of #143937
Black with #143937
Text Example
Text Example
White with #143937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143937; }
p { color: rgb(20,57,55); }
H1.HeaderClassName
{
color: #143937;
}
.AnyTagClassName
{
color: #143937;
}
</style>
background-color css
<style>
a { background-color: #143937; }
a { background-color: rgb(20,57,55); }
div.DivClassName
{
background-color: #143937;
}
.BgClassName
{
background-color: #143937;
}
</style>
border-color css
<style>
span { border-color: #143937; }
span { border-color: rgb(20,57,55); }
td.TdClassName
{
border-color: #143937;
}
.TagClassName
{
border-color: #143937;
}
</style>