Shades of Nordic #042B31
Tints of Nordic #042B31
RGB
CMYK
RGB Variations
Color information
#042B31 (or 0x042B31) is known color: Nordic. HEX triplet: 04, 2B and 31. RGB value is (4,43,49). Sum of RGB (Red+Green+Blue) = 4+43+49=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #042B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B31 is #FBD4CE. Grayscale: #1F1F1F. Windows color (decimal): -16504015 or 3222276. OLE color: 3222276.
HSL color Cylindrical-coordinate representation of color #042B31: hue angle of 188º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042B31 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 43 | 49 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.81 |
| HSL | 188º | 0.85% | 0.1% | - |
| HSV(B) | 188º | 0.92% | 0.19% | - |
| XYZ | 1.47 | 1.98 | 3.21 | - |
| YUV | 32.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 49 | 0.92 | 0.12 | 0 | 0.81 | 188 | 0.85 | 0.1 |
| Hex | 4 | 2B | 31 | 5C | C | 0 | 51 | BC | 55 | A |
| Octal | 4 | 53 | 61 | 134 | 14 | 0 | 121 | 274 | 125 | 12 |
| Binary | 100 | 101011 | 110001 | 1011100 | 1100 | 0 | 1010001 | 10111100 | 1010101 | 1010 |
Color Harmonies of #042B31
Complementary color
Monochromatic Colors of #042B31
Black with #042B31
Text Example
Text Example
White with #042B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B31; }
p { color: rgb(4,43,49); }
H1.HeaderClassName
{
color: #042B31;
}
.AnyTagClassName
{
color: #042B31;
}
</style>
background-color css
<style>
a { background-color: #042B31; }
a { background-color: rgb(4,43,49); }
div.DivClassName
{
background-color: #042B31;
}
.BgClassName
{
background-color: #042B31;
}
</style>
border-color css
<style>
span { border-color: #042B31; }
span { border-color: rgb(4,43,49); }
td.TdClassName
{
border-color: #042B31;
}
.TagClassName
{
border-color: #042B31;
}
</style>