Shades of Nordic #284142
Tints of Nordic #284142
RGB
CMYK
RGB Variations
Color information
#284142 (or 0x284142) is known color: Nordic. HEX triplet: 28, 41 and 42. RGB value is (40,65,66). Sum of RGB (Red+Green+Blue) = 40+65+66=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #284142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284142 is #D7BEBD. Grayscale: #393939. Windows color (decimal): -14139070 or 4342056. OLE color: 4342056.
HSL color Cylindrical-coordinate representation of color #284142: hue angle of 182.31º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #284142 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 65 | 66 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.74 |
| HSL | 182.31º | 0.25% | 0.21% | - |
| HSV(B) | 182.31º | 0.39% | 0.26% | - |
| XYZ | 3.75 | 4.63 | 5.85 | - |
| YUV | 57.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 66 | 0.39 | 0.02 | 0 | 0.74 | 182.31 | 0.25 | 0.21 |
| Hex | 28 | 41 | 42 | 27 | 2 | 0 | 4A | B6 | 19 | 15 |
| Octal | 50 | 101 | 102 | 47 | 2 | 0 | 112 | 266 | 31 | 25 |
| Binary | 101000 | 1000001 | 1000010 | 100111 | 10 | 0 | 1001010 | 10110110 | 11001 | 10101 |
Color Harmonies of #284142
Complementary color
Monochromatic Colors of #284142
Black with #284142
Text Example
Text Example
White with #284142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284142; }
p { color: rgb(40,65,66); }
H1.HeaderClassName
{
color: #284142;
}
.AnyTagClassName
{
color: #284142;
}
</style>
background-color css
<style>
a { background-color: #284142; }
a { background-color: rgb(40,65,66); }
div.DivClassName
{
background-color: #284142;
}
.BgClassName
{
background-color: #284142;
}
</style>
border-color css
<style>
span { border-color: #284142; }
span { border-color: rgb(40,65,66); }
td.TdClassName
{
border-color: #284142;
}
.TagClassName
{
border-color: #284142;
}
</style>