Shades of Nordic #143133
Tints of Nordic #143133
RGB
CMYK
RGB Variations
Color information
#143133 (or 0x143133) is known color: Nordic. HEX triplet: 14, 31 and 33. RGB value is (20,49,51). Sum of RGB (Red+Green+Blue) = 20+49+51=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #143133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143133 is #EBCECC. Grayscale: #282828. Windows color (decimal): -15453901 or 3354900. OLE color: 3354900.
HSL color Cylindrical-coordinate representation of color #143133: hue angle of 183.87º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143133 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 49 | 51 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.8 |
| HSL | 183.87º | 0.44% | 0.14% | - |
| HSV(B) | 183.87º | 0.61% | 0.2% | - |
| XYZ | 1.98 | 2.58 | 3.53 | - |
| YUV | 40.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 51 | 0.61 | 0.04 | 0 | 0.8 | 183.87 | 0.44 | 0.14 |
| Hex | 14 | 31 | 33 | 3D | 4 | 0 | 50 | B8 | 2C | E |
| Octal | 24 | 61 | 63 | 75 | 4 | 0 | 120 | 270 | 54 | 16 |
| Binary | 10100 | 110001 | 110011 | 111101 | 100 | 0 | 1010000 | 10111000 | 101100 | 1110 |
Color Harmonies of #143133
Complementary color
Monochromatic Colors of #143133
Black with #143133
Text Example
Text Example
White with #143133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143133; }
p { color: rgb(20,49,51); }
H1.HeaderClassName
{
color: #143133;
}
.AnyTagClassName
{
color: #143133;
}
</style>
background-color css
<style>
a { background-color: #143133; }
a { background-color: rgb(20,49,51); }
div.DivClassName
{
background-color: #143133;
}
.BgClassName
{
background-color: #143133;
}
</style>
border-color css
<style>
span { border-color: #143133; }
span { border-color: rgb(20,49,51); }
td.TdClassName
{
border-color: #143133;
}
.TagClassName
{
border-color: #143133;
}
</style>