Shades of Nordic #062B31
Tints of Nordic #062B31
RGB
CMYK
RGB Variations
Color information
#062B31 (or 0x062B31) is known color: Nordic. HEX triplet: 06, 2B and 31. RGB value is (6,43,49). Sum of RGB (Red+Green+Blue) = 6+43+49=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 43 (17.19% from 255 or 43.88% 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 #062B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B31 is #F9D4CE. Grayscale: #202020. Windows color (decimal): -16372943 or 3222278. OLE color: 3222278.
HSL color Cylindrical-coordinate representation of color #062B31: hue angle of 188.37º 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 #062B31 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 43 | 49 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.81 |
| HSL | 188.37º | 0.78% | 0.11% | - |
| HSV(B) | 188.37º | 0.88% | 0.19% | - |
| XYZ | 1.49 | 1.99 | 3.21 | - |
| YUV | 32.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 49 | 0.88 | 0.12 | 0 | 0.81 | 188.37 | 0.78 | 0.11 |
| Hex | 6 | 2B | 31 | 58 | C | 0 | 51 | BC | 4E | B |
| Octal | 6 | 53 | 61 | 130 | 14 | 0 | 121 | 274 | 116 | 13 |
| Binary | 110 | 101011 | 110001 | 1011000 | 1100 | 0 | 1010001 | 10111100 | 1001110 | 1011 |
Color Harmonies of #062B31
Complementary color
Monochromatic Colors of #062B31
Black with #062B31
Text Example
Text Example
White with #062B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B31; }
p { color: rgb(6,43,49); }
H1.HeaderClassName
{
color: #062B31;
}
.AnyTagClassName
{
color: #062B31;
}
</style>
background-color css
<style>
a { background-color: #062B31; }
a { background-color: rgb(6,43,49); }
div.DivClassName
{
background-color: #062B31;
}
.BgClassName
{
background-color: #062B31;
}
</style>
border-color css
<style>
span { border-color: #062B31; }
span { border-color: rgb(6,43,49); }
td.TdClassName
{
border-color: #062B31;
}
.TagClassName
{
border-color: #062B31;
}
</style>