Shades of Nordic #143234
Tints of Nordic #143234
RGB
CMYK
RGB Variations
Color information
#143234 (or 0x143234) is known color: Nordic. HEX triplet: 14, 32 and 34. RGB value is (20,50,52). Sum of RGB (Red+Green+Blue) = 20+50+52=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #143234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143234 is #EBCDCB. Grayscale: #292929. Windows color (decimal): -15453644 or 3420692. OLE color: 3420692.
HSL color Cylindrical-coordinate representation of color #143234: hue angle of 183.75º 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 #143234 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 52 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.80 |
| HSL | 183.75º | 0.44% | 0.14% | - |
| HSV(B) | 183.75º | 0.62% | 0.2% | - |
| XYZ | 2.05 | 2.68 | 3.66 | - |
| YUV | 41.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 52 | 0.62 | 0.04 | 0 | 0.80 | 183.75 | 0.44 | 0.14 |
| Hex | 14 | 32 | 34 | 3E | 4 | 0 | 50 | B8 | 2C | E |
| Octal | 24 | 62 | 64 | 76 | 4 | 0 | 120 | 270 | 54 | 16 |
| Binary | 10100 | 110010 | 110100 | 111110 | 100 | 0 | 1010000 | 10111000 | 101100 | 1110 |
Color Harmonies of #143234
Complementary color
Monochromatic Colors of #143234
Black with #143234
Text Example
Text Example
White with #143234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143234; }
p { color: rgb(20,50,52); }
H1.HeaderClassName
{
color: #143234;
}
.AnyTagClassName
{
color: #143234;
}
</style>
background-color css
<style>
a { background-color: #143234; }
a { background-color: rgb(20,50,52); }
div.DivClassName
{
background-color: #143234;
}
.BgClassName
{
background-color: #143234;
}
</style>
border-color css
<style>
span { border-color: #143234; }
span { border-color: rgb(20,50,52); }
td.TdClassName
{
border-color: #143234;
}
.TagClassName
{
border-color: #143234;
}
</style>