Shades of Nordic #082D31
Tints of Nordic #082D31
RGB
CMYK
RGB Variations
Color information
#082D31 (or 0x082D31) is known color: Nordic. HEX triplet: 08, 2D and 31. RGB value is (8,45,49). Sum of RGB (Red+Green+Blue) = 8+45+49=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 45 (17.97% from 255 or 44.12% 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 #082D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D31 is #F7D2CE. Grayscale: #222222. Windows color (decimal): -16241359 or 3222792. OLE color: 3222792.
HSL color Cylindrical-coordinate representation of color #082D31: hue angle of 185.85º 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 #082D31 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 45 | 49 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.81 |
| HSL | 185.85º | 0.72% | 0.11% | - |
| HSV(B) | 185.85º | 0.84% | 0.19% | - |
| XYZ | 1.59 | 2.15 | 3.24 | - |
| YUV | 34.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 49 | 0.84 | 0.08 | 0 | 0.81 | 185.85 | 0.72 | 0.11 |
| Hex | 8 | 2D | 31 | 54 | 8 | 0 | 51 | BA | 48 | B |
| Octal | 10 | 55 | 61 | 124 | 10 | 0 | 121 | 272 | 110 | 13 |
| Binary | 1000 | 101101 | 110001 | 1010100 | 1000 | 0 | 1010001 | 10111010 | 1001000 | 1011 |
Color Harmonies of #082D31
Complementary color
Monochromatic Colors of #082D31
Black with #082D31
Text Example
Text Example
White with #082D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D31; }
p { color: rgb(8,45,49); }
H1.HeaderClassName
{
color: #082D31;
}
.AnyTagClassName
{
color: #082D31;
}
</style>
background-color css
<style>
a { background-color: #082D31; }
a { background-color: rgb(8,45,49); }
div.DivClassName
{
background-color: #082D31;
}
.BgClassName
{
background-color: #082D31;
}
</style>
border-color css
<style>
span { border-color: #082D31; }
span { border-color: rgb(8,45,49); }
td.TdClassName
{
border-color: #082D31;
}
.TagClassName
{
border-color: #082D31;
}
</style>