Shades of Nordic #042D31
Tints of Nordic #042D31
RGB
CMYK
RGB Variations
Color information
#042D31 (or 0x042D31) is known color: Nordic. HEX triplet: 04, 2D and 31. RGB value is (4,45,49). Sum of RGB (Red+Green+Blue) = 4+45+49=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #042D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D31 is #FBD2CE. Grayscale: #212121. Windows color (decimal): -16503503 or 3222788. OLE color: 3222788.
HSL color Cylindrical-coordinate representation of color #042D31: hue angle of 185.33º 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 #042D31 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 45 | 49 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.81 |
| HSL | 185.33º | 0.85% | 0.1% | - |
| HSV(B) | 185.33º | 0.92% | 0.19% | - |
| XYZ | 1.54 | 2.12 | 3.23 | - |
| YUV | 33.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 49 | 0.92 | 0.08 | 0 | 0.81 | 185.33 | 0.85 | 0.1 |
| Hex | 4 | 2D | 31 | 5C | 8 | 0 | 51 | B9 | 55 | A |
| Octal | 4 | 55 | 61 | 134 | 10 | 0 | 121 | 271 | 125 | 12 |
| Binary | 100 | 101101 | 110001 | 1011100 | 1000 | 0 | 1010001 | 10111001 | 1010101 | 1010 |
Color Harmonies of #042D31
Complementary color
Monochromatic Colors of #042D31
Black with #042D31
Text Example
Text Example
White with #042D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D31; }
p { color: rgb(4,45,49); }
H1.HeaderClassName
{
color: #042D31;
}
.AnyTagClassName
{
color: #042D31;
}
</style>
background-color css
<style>
a { background-color: #042D31; }
a { background-color: rgb(4,45,49); }
div.DivClassName
{
background-color: #042D31;
}
.BgClassName
{
background-color: #042D31;
}
</style>
border-color css
<style>
span { border-color: #042D31; }
span { border-color: rgb(4,45,49); }
td.TdClassName
{
border-color: #042D31;
}
.TagClassName
{
border-color: #042D31;
}
</style>