Shades of Nordic #082F31
Tints of Nordic #082F31
RGB
CMYK
RGB Variations
Color information
#082F31 (or 0x082F31) is known color: Nordic. HEX triplet: 08, 2F and 31. RGB value is (8,47,49). Sum of RGB (Red+Green+Blue) = 8+47+49=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #082F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F31 is #F7D0CE. Grayscale: #232323. Windows color (decimal): -16240847 or 3223304. OLE color: 3223304.
HSL color Cylindrical-coordinate representation of color #082F31: hue angle of 182.93º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082F31 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 47 | 49 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.81 |
| HSL | 182.93º | 0.72% | 0.11% | - |
| HSV(B) | 182.93º | 0.84% | 0.19% | - |
| XYZ | 1.67 | 2.31 | 3.26 | - |
| YUV | 35.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 49 | 0.84 | 0.04 | 0 | 0.81 | 182.93 | 0.72 | 0.11 |
| Hex | 8 | 2F | 31 | 54 | 4 | 0 | 51 | B7 | 48 | B |
| Octal | 10 | 57 | 61 | 124 | 4 | 0 | 121 | 267 | 110 | 13 |
| Binary | 1000 | 101111 | 110001 | 1010100 | 100 | 0 | 1010001 | 10110111 | 1001000 | 1011 |
Color Harmonies of #082F31
Complementary color
Monochromatic Colors of #082F31
Black with #082F31
Text Example
Text Example
White with #082F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F31; }
p { color: rgb(8,47,49); }
H1.HeaderClassName
{
color: #082F31;
}
.AnyTagClassName
{
color: #082F31;
}
</style>
background-color css
<style>
a { background-color: #082F31; }
a { background-color: rgb(8,47,49); }
div.DivClassName
{
background-color: #082F31;
}
.BgClassName
{
background-color: #082F31;
}
</style>
border-color css
<style>
span { border-color: #082F31; }
span { border-color: rgb(8,47,49); }
td.TdClassName
{
border-color: #082F31;
}
.TagClassName
{
border-color: #082F31;
}
</style>