Shades of Nordic #14373D
Tints of Nordic #14373D
RGB
CMYK
RGB Variations
Color information
#14373D (or 0x14373D) is known color: Nordic. HEX triplet: 14, 37 and 3D. RGB value is (20,55,61). Sum of RGB (Red+Green+Blue) = 20+55+61=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #14373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14373D is #EBC8C2. Grayscale: #2D2D2D. Windows color (decimal): -15452355 or 4011796. OLE color: 4011796.
HSL color Cylindrical-coordinate representation of color #14373D: hue angle of 188.78º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14373D is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 55 | 61 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.76 |
| HSL | 188.78º | 0.51% | 0.16% | - |
| HSV(B) | 188.78º | 0.67% | 0.24% | - |
| XYZ | 2.5 | 3.22 | 4.9 | - |
| YUV | 45.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 61 | 0.67 | 0.10 | 0 | 0.76 | 188.78 | 0.51 | 0.16 |
| Hex | 14 | 37 | 3D | 43 | A | 0 | 4C | BD | 33 | 10 |
| Octal | 24 | 67 | 75 | 103 | 12 | 0 | 114 | 275 | 63 | 20 |
| Binary | 10100 | 110111 | 111101 | 1000011 | 1010 | 0 | 1001100 | 10111101 | 110011 | 10000 |
Color Harmonies of #14373D
Complementary color
Monochromatic Colors of #14373D
Black with #14373D
Text Example
Text Example
White with #14373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14373D; }
p { color: rgb(20,55,61); }
H1.HeaderClassName
{
color: #14373D;
}
.AnyTagClassName
{
color: #14373D;
}
</style>
background-color css
<style>
a { background-color: #14373D; }
a { background-color: rgb(20,55,61); }
div.DivClassName
{
background-color: #14373D;
}
.BgClassName
{
background-color: #14373D;
}
</style>
border-color css
<style>
span { border-color: #14373D; }
span { border-color: rgb(20,55,61); }
td.TdClassName
{
border-color: #14373D;
}
.TagClassName
{
border-color: #14373D;
}
</style>