Shades of Nordic #143841
Tints of Nordic #143841
RGB
CMYK
RGB Variations
Color information
#143841 (or 0x143841) is known color: Nordic. HEX triplet: 14, 38 and 41. RGB value is (20,56,65). Sum of RGB (Red+Green+Blue) = 20+56+65=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #143841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143841 is #EBC7BE. Grayscale: #2E2E2E. Windows color (decimal): -15452095 or 4274196. OLE color: 4274196.
HSL color Cylindrical-coordinate representation of color #143841: hue angle of 192º 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 #143841 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 56 | 65 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.75 |
| HSL | 192º | 0.53% | 0.17% | - |
| HSV(B) | 192º | 0.69% | 0.25% | - |
| XYZ | 2.66 | 3.36 | 5.51 | - |
| YUV | 46.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 65 | 0.69 | 0.14 | 0 | 0.75 | 192 | 0.53 | 0.17 |
| Hex | 14 | 38 | 41 | 45 | E | 0 | 4B | C0 | 35 | 11 |
| Octal | 24 | 70 | 101 | 105 | 16 | 0 | 113 | 300 | 65 | 21 |
| Binary | 10100 | 111000 | 1000001 | 1000101 | 1110 | 0 | 1001011 | 11000000 | 110101 | 10001 |
Color Harmonies of #143841
Complementary color
Monochromatic Colors of #143841
Black with #143841
Text Example
Text Example
White with #143841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143841; }
p { color: rgb(20,56,65); }
H1.HeaderClassName
{
color: #143841;
}
.AnyTagClassName
{
color: #143841;
}
</style>
background-color css
<style>
a { background-color: #143841; }
a { background-color: rgb(20,56,65); }
div.DivClassName
{
background-color: #143841;
}
.BgClassName
{
background-color: #143841;
}
</style>
border-color css
<style>
span { border-color: #143841; }
span { border-color: rgb(20,56,65); }
td.TdClassName
{
border-color: #143841;
}
.TagClassName
{
border-color: #143841;
}
</style>