Shades of Nordic #042F34
Tints of Nordic #042F34
RGB
CMYK
RGB Variations
Color information
#042F34 (or 0x042F34) is known color: Nordic. HEX triplet: 04, 2F and 34. RGB value is (4,47,52). Sum of RGB (Red+Green+Blue) = 4+47+52=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #042F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F34 is #FBD0CB. Grayscale: #222222. Windows color (decimal): -16502988 or 3419908. OLE color: 3419908.
HSL color Cylindrical-coordinate representation of color #042F34: hue angle of 186.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042F34 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 47 | 52 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.80 |
| HSL | 186.25º | 0.86% | 0.11% | - |
| HSV(B) | 186.25º | 0.92% | 0.2% | - |
| XYZ | 1.69 | 2.31 | 3.61 | - |
| YUV | 34.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 52 | 0.92 | 0.10 | 0 | 0.80 | 186.25 | 0.86 | 0.11 |
| Hex | 4 | 2F | 34 | 5C | A | 0 | 50 | BA | 56 | B |
| Octal | 4 | 57 | 64 | 134 | 12 | 0 | 120 | 272 | 126 | 13 |
| Binary | 100 | 101111 | 110100 | 1011100 | 1010 | 0 | 1010000 | 10111010 | 1010110 | 1011 |
Color Harmonies of #042F34
Complementary color
Monochromatic Colors of #042F34
Black with #042F34
Text Example
Text Example
White with #042F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042F34; }
p { color: rgb(4,47,52); }
H1.HeaderClassName
{
color: #042F34;
}
.AnyTagClassName
{
color: #042F34;
}
</style>
background-color css
<style>
a { background-color: #042F34; }
a { background-color: rgb(4,47,52); }
div.DivClassName
{
background-color: #042F34;
}
.BgClassName
{
background-color: #042F34;
}
</style>
border-color css
<style>
span { border-color: #042F34; }
span { border-color: rgb(4,47,52); }
td.TdClassName
{
border-color: #042F34;
}
.TagClassName
{
border-color: #042F34;
}
</style>