Shades of Nordic #143434
Tints of Nordic #143434
RGB
CMYK
RGB Variations
Color information
#143434 (or 0x143434) is known color: Nordic. HEX triplet: 14, 34 and 34. RGB value is (20,52,52). Sum of RGB (Red+Green+Blue) = 20+52+52=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #143434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143434 is #EBCBCB. Grayscale: #2A2A2A. Windows color (decimal): -15453132 or 3421204. OLE color: 3421204.
HSL color Cylindrical-coordinate representation of color #143434: hue angle of 180º 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 #143434 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 52 | - |
| CMYK | 0.62 | 0 | 0 | 0.80 |
| HSL | 180º | 0.44% | 0.14% | - |
| HSV(B) | 180º | 0.62% | 0.2% | - |
| XYZ | 2.14 | 2.85 | 3.69 | - |
| YUV | 42.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 52 | 0.62 | 0 | 0 | 0.80 | 180 | 0.44 | 0.14 |
| Hex | 14 | 34 | 34 | 3E | 0 | 0 | 50 | B4 | 2C | E |
| Octal | 24 | 64 | 64 | 76 | 0 | 0 | 120 | 264 | 54 | 16 |
| Binary | 10100 | 110100 | 110100 | 111110 | 0 | 0 | 1010000 | 10110100 | 101100 | 1110 |
Color Harmonies of #143434
Complementary color
Monochromatic Colors of #143434
Black with #143434
Text Example
Text Example
White with #143434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143434; }
p { color: rgb(20,52,52); }
H1.HeaderClassName
{
color: #143434;
}
.AnyTagClassName
{
color: #143434;
}
</style>
background-color css
<style>
a { background-color: #143434; }
a { background-color: rgb(20,52,52); }
div.DivClassName
{
background-color: #143434;
}
.BgClassName
{
background-color: #143434;
}
</style>
border-color css
<style>
span { border-color: #143434; }
span { border-color: rgb(20,52,52); }
td.TdClassName
{
border-color: #143434;
}
.TagClassName
{
border-color: #143434;
}
</style>