Shades of Nordic #062F31
Tints of Nordic #062F31
RGB
CMYK
RGB Variations
Color information
#062F31 (or 0x062F31) is known color: Nordic. HEX triplet: 06, 2F and 31. RGB value is (6,47,49). Sum of RGB (Red+Green+Blue) = 6+47+49=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #062F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F31 is #F9D0CE. Grayscale: #222222. Windows color (decimal): -16371919 or 3223302. OLE color: 3223302.
HSL color Cylindrical-coordinate representation of color #062F31: hue angle of 182.79º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062F31 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 47 | 49 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.81 |
| HSL | 182.79º | 0.78% | 0.11% | - |
| HSV(B) | 182.79º | 0.88% | 0.19% | - |
| XYZ | 1.65 | 2.29 | 3.26 | - |
| YUV | 34.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 49 | 0.88 | 0.04 | 0 | 0.81 | 182.79 | 0.78 | 0.11 |
| Hex | 6 | 2F | 31 | 58 | 4 | 0 | 51 | B7 | 4E | B |
| Octal | 6 | 57 | 61 | 130 | 4 | 0 | 121 | 267 | 116 | 13 |
| Binary | 110 | 101111 | 110001 | 1011000 | 100 | 0 | 1010001 | 10110111 | 1001110 | 1011 |
Color Harmonies of #062F31
Complementary color
Monochromatic Colors of #062F31
Black with #062F31
Text Example
Text Example
White with #062F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F31; }
p { color: rgb(6,47,49); }
H1.HeaderClassName
{
color: #062F31;
}
.AnyTagClassName
{
color: #062F31;
}
</style>
background-color css
<style>
a { background-color: #062F31; }
a { background-color: rgb(6,47,49); }
div.DivClassName
{
background-color: #062F31;
}
.BgClassName
{
background-color: #062F31;
}
</style>
border-color css
<style>
span { border-color: #062F31; }
span { border-color: rgb(6,47,49); }
td.TdClassName
{
border-color: #062F31;
}
.TagClassName
{
border-color: #062F31;
}
</style>