Shades of Nordic #143337
Tints of Nordic #143337
RGB
CMYK
RGB Variations
Color information
#143337 (or 0x143337) is known color: Nordic. HEX triplet: 14, 33 and 37. RGB value is (20,51,55). Sum of RGB (Red+Green+Blue) = 20+51+55=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #143337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143337 is #EBCCC8. Grayscale: #2A2A2A. Windows color (decimal): -15453385 or 3617556. OLE color: 3617556.
HSL color Cylindrical-coordinate representation of color #143337: hue angle of 186.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143337 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 51 | 55 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.78 |
| HSL | 186.86º | 0.47% | 0.15% | - |
| HSV(B) | 186.86º | 0.64% | 0.22% | - |
| XYZ | 2.16 | 2.79 | 4.04 | - |
| YUV | 42.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 55 | 0.64 | 0.07 | 0 | 0.78 | 186.86 | 0.47 | 0.15 |
| Hex | 14 | 33 | 37 | 40 | 7 | 0 | 4E | BB | 2F | F |
| Octal | 24 | 63 | 67 | 100 | 7 | 0 | 116 | 273 | 57 | 17 |
| Binary | 10100 | 110011 | 110111 | 1000000 | 111 | 0 | 1001110 | 10111011 | 101111 | 1111 |
Color Harmonies of #143337
Complementary color
Monochromatic Colors of #143337
Black with #143337
Text Example
Text Example
White with #143337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143337; }
p { color: rgb(20,51,55); }
H1.HeaderClassName
{
color: #143337;
}
.AnyTagClassName
{
color: #143337;
}
</style>
background-color css
<style>
a { background-color: #143337; }
a { background-color: rgb(20,51,55); }
div.DivClassName
{
background-color: #143337;
}
.BgClassName
{
background-color: #143337;
}
</style>
border-color css
<style>
span { border-color: #143337; }
span { border-color: rgb(20,51,55); }
td.TdClassName
{
border-color: #143337;
}
.TagClassName
{
border-color: #143337;
}
</style>