Shades of Nordic #143941
Tints of Nordic #143941
RGB
CMYK
RGB Variations
Color information
#143941 (or 0x143941) is known color: Nordic. HEX triplet: 14, 39 and 41. RGB value is (20,57,65). Sum of RGB (Red+Green+Blue) = 20+57+65=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #143941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143941 is #EBC6BE. Grayscale: #2E2E2E. Windows color (decimal): -15451839 or 4274452. OLE color: 4274452.
HSL color Cylindrical-coordinate representation of color #143941: hue angle of 190.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143941 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 57 | 65 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.75 |
| HSL | 190.67º | 0.53% | 0.17% | - |
| HSV(B) | 190.67º | 0.69% | 0.25% | - |
| XYZ | 2.71 | 3.46 | 5.53 | - |
| YUV | 46.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 65 | 0.69 | 0.12 | 0 | 0.75 | 190.67 | 0.53 | 0.17 |
| Hex | 14 | 39 | 41 | 45 | C | 0 | 4B | BF | 35 | 11 |
| Octal | 24 | 71 | 101 | 105 | 14 | 0 | 113 | 277 | 65 | 21 |
| Binary | 10100 | 111001 | 1000001 | 1000101 | 1100 | 0 | 1001011 | 10111111 | 110101 | 10001 |
Color Harmonies of #143941
Complementary color
Monochromatic Colors of #143941
Black with #143941
Text Example
Text Example
White with #143941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143941; }
p { color: rgb(20,57,65); }
H1.HeaderClassName
{
color: #143941;
}
.AnyTagClassName
{
color: #143941;
}
</style>
background-color css
<style>
a { background-color: #143941; }
a { background-color: rgb(20,57,65); }
div.DivClassName
{
background-color: #143941;
}
.BgClassName
{
background-color: #143941;
}
</style>
border-color css
<style>
span { border-color: #143941; }
span { border-color: rgb(20,57,65); }
td.TdClassName
{
border-color: #143941;
}
.TagClassName
{
border-color: #143941;
}
</style>