Shades of Nordic #082E30
Tints of Nordic #082E30
RGB
CMYK
RGB Variations
Color information
#082E30 (or 0x082E30) is known color: Nordic. HEX triplet: 08, 2E and 30. RGB value is (8,46,48). Sum of RGB (Red+Green+Blue) = 8+46+48=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #082E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E30 is #F7D1CF. Grayscale: #222222. Windows color (decimal): -16241104 or 3157512. OLE color: 3157512.
HSL color Cylindrical-coordinate representation of color #082E30: hue angle of 183º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082E30 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 46 | 48 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.81 |
| HSL | 183º | 0.71% | 0.11% | - |
| HSV(B) | 183º | 0.83% | 0.19% | - |
| XYZ | 1.61 | 2.22 | 3.14 | - |
| YUV | 34.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 48 | 0.83 | 0.04 | 0 | 0.81 | 183 | 0.71 | 0.11 |
| Hex | 8 | 2E | 30 | 53 | 4 | 0 | 51 | B7 | 47 | B |
| Octal | 10 | 56 | 60 | 123 | 4 | 0 | 121 | 267 | 107 | 13 |
| Binary | 1000 | 101110 | 110000 | 1010011 | 100 | 0 | 1010001 | 10110111 | 1000111 | 1011 |
Color Harmonies of #082E30
Complementary color
Monochromatic Colors of #082E30
Black with #082E30
Text Example
Text Example
White with #082E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E30; }
p { color: rgb(8,46,48); }
H1.HeaderClassName
{
color: #082E30;
}
.AnyTagClassName
{
color: #082E30;
}
</style>
background-color css
<style>
a { background-color: #082E30; }
a { background-color: rgb(8,46,48); }
div.DivClassName
{
background-color: #082E30;
}
.BgClassName
{
background-color: #082E30;
}
</style>
border-color css
<style>
span { border-color: #082E30; }
span { border-color: rgb(8,46,48); }
td.TdClassName
{
border-color: #082E30;
}
.TagClassName
{
border-color: #082E30;
}
</style>