Shades of Nordic #143134
Tints of Nordic #143134
RGB
CMYK
RGB Variations
Color information
#143134 (or 0x143134) is known color: Nordic. HEX triplet: 14, 31 and 34. RGB value is (20,49,52). Sum of RGB (Red+Green+Blue) = 20+49+52=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #143134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143134 is #EBCECB. Grayscale: #282828. Windows color (decimal): -15453900 or 3420436. OLE color: 3420436.
HSL color Cylindrical-coordinate representation of color #143134: hue angle of 185.62º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143134 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 49 | 52 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.80 |
| HSL | 185.63º | 0.44% | 0.14% | - |
| HSV(B) | 185.63º | 0.62% | 0.2% | - |
| XYZ | 2.01 | 2.59 | 3.64 | - |
| YUV | 40.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 52 | 0.62 | 0.06 | 0 | 0.80 | 185.63 | 0.44 | 0.14 |
| Hex | 14 | 31 | 34 | 3E | 6 | 0 | 50 | BA | 2C | E |
| Octal | 24 | 61 | 64 | 76 | 6 | 0 | 120 | 272 | 54 | 16 |
| Binary | 10100 | 110001 | 110100 | 111110 | 110 | 0 | 1010000 | 10111010 | 101100 | 1110 |
Color Harmonies of #143134
Complementary color
Monochromatic Colors of #143134
Black with #143134
Text Example
Text Example
White with #143134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143134; }
p { color: rgb(20,49,52); }
H1.HeaderClassName
{
color: #143134;
}
.AnyTagClassName
{
color: #143134;
}
</style>
background-color css
<style>
a { background-color: #143134; }
a { background-color: rgb(20,49,52); }
div.DivClassName
{
background-color: #143134;
}
.BgClassName
{
background-color: #143134;
}
</style>
border-color css
<style>
span { border-color: #143134; }
span { border-color: rgb(20,49,52); }
td.TdClassName
{
border-color: #143134;
}
.TagClassName
{
border-color: #143134;
}
</style>