Shades of Nordic #082C31
Tints of Nordic #082C31
RGB
CMYK
RGB Variations
Color information
#082C31 (or 0x082C31) is known color: Nordic. HEX triplet: 08, 2C and 31. RGB value is (8,44,49). Sum of RGB (Red+Green+Blue) = 8+44+49=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #082C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C31 is #F7D3CE. Grayscale: #212121. Windows color (decimal): -16241615 or 3222536. OLE color: 3222536.
HSL color Cylindrical-coordinate representation of color #082C31: hue angle of 187.32º 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 #082C31 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 44 | 49 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.81 |
| HSL | 187.32º | 0.72% | 0.11% | - |
| HSV(B) | 187.32º | 0.84% | 0.19% | - |
| XYZ | 1.56 | 2.07 | 3.22 | - |
| YUV | 33.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 49 | 0.84 | 0.10 | 0 | 0.81 | 187.32 | 0.72 | 0.11 |
| Hex | 8 | 2C | 31 | 54 | A | 0 | 51 | BB | 48 | B |
| Octal | 10 | 54 | 61 | 124 | 12 | 0 | 121 | 273 | 110 | 13 |
| Binary | 1000 | 101100 | 110001 | 1010100 | 1010 | 0 | 1010001 | 10111011 | 1001000 | 1011 |
Color Harmonies of #082C31
Complementary color
Monochromatic Colors of #082C31
Black with #082C31
Text Example
Text Example
White with #082C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C31; }
p { color: rgb(8,44,49); }
H1.HeaderClassName
{
color: #082C31;
}
.AnyTagClassName
{
color: #082C31;
}
</style>
background-color css
<style>
a { background-color: #082C31; }
a { background-color: rgb(8,44,49); }
div.DivClassName
{
background-color: #082C31;
}
.BgClassName
{
background-color: #082C31;
}
</style>
border-color css
<style>
span { border-color: #082C31; }
span { border-color: rgb(8,44,49); }
td.TdClassName
{
border-color: #082C31;
}
.TagClassName
{
border-color: #082C31;
}
</style>