Shades of Nordic #143232
Tints of Nordic #143232
RGB
CMYK
RGB Variations
Color information
#143232 (or 0x143232) is known color: Nordic. HEX triplet: 14, 32 and 32. RGB value is (20,50,50). Sum of RGB (Red+Green+Blue) = 20+50+50=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #143232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143232 is #EBCDCD. Grayscale: #292929. Windows color (decimal): -15453646 or 3289620. OLE color: 3289620.
HSL color Cylindrical-coordinate representation of color #143232: hue angle of 180º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143232 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 50 | - |
| CMYK | 0.60 | 0 | 0 | 0.80 |
| HSL | 180º | 0.43% | 0.14% | - |
| HSV(B) | 180º | 0.6% | 0.2% | - |
| XYZ | 2 | 2.66 | 3.43 | - |
| YUV | 41.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 50 | 0.60 | 0 | 0 | 0.80 | 180 | 0.43 | 0.14 |
| Hex | 14 | 32 | 32 | 3C | 0 | 0 | 50 | B4 | 2B | E |
| Octal | 24 | 62 | 62 | 74 | 0 | 0 | 120 | 264 | 53 | 16 |
| Binary | 10100 | 110010 | 110010 | 111100 | 0 | 0 | 1010000 | 10110100 | 101011 | 1110 |
Color Harmonies of #143232
Complementary color
Monochromatic Colors of #143232
Black with #143232
Text Example
Text Example
White with #143232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143232; }
p { color: rgb(20,50,50); }
H1.HeaderClassName
{
color: #143232;
}
.AnyTagClassName
{
color: #143232;
}
</style>
background-color css
<style>
a { background-color: #143232; }
a { background-color: rgb(20,50,50); }
div.DivClassName
{
background-color: #143232;
}
.BgClassName
{
background-color: #143232;
}
</style>
border-color css
<style>
span { border-color: #143232; }
span { border-color: rgb(20,50,50); }
td.TdClassName
{
border-color: #143232;
}
.TagClassName
{
border-color: #143232;
}
</style>