Shades of Nordic #082B2D
Tints of Nordic #082B2D
RGB
CMYK
RGB Variations
Color information
#082B2D (or 0x082B2D) is known color: Nordic. HEX triplet: 08, 2B and 2D. RGB value is (8,43,45). Sum of RGB (Red+Green+Blue) = 8+43+45=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #082B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B2D is #F7D4D2. Grayscale: #202020. Windows color (decimal): -16241875 or 2960136. OLE color: 2960136.
HSL color Cylindrical-coordinate representation of color #082B2D: hue angle of 183.24º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082B2D is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 43 | 45 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.82 |
| HSL | 183.24º | 0.7% | 0.1% | - |
| HSV(B) | 183.24º | 0.82% | 0.18% | - |
| XYZ | 1.44 | 1.97 | 2.79 | - |
| YUV | 32.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 45 | 0.82 | 0.04 | 0 | 0.82 | 183.24 | 0.7 | 0.1 |
| Hex | 8 | 2B | 2D | 52 | 4 | 0 | 52 | B7 | 46 | A |
| Octal | 10 | 53 | 55 | 122 | 4 | 0 | 122 | 267 | 106 | 12 |
| Binary | 1000 | 101011 | 101101 | 1010010 | 100 | 0 | 1010010 | 10110111 | 1000110 | 1010 |
Color Harmonies of #082B2D
Complementary color
Monochromatic Colors of #082B2D
Black with #082B2D
Text Example
Text Example
White with #082B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B2D; }
p { color: rgb(8,43,45); }
H1.HeaderClassName
{
color: #082B2D;
}
.AnyTagClassName
{
color: #082B2D;
}
</style>
background-color css
<style>
a { background-color: #082B2D; }
a { background-color: rgb(8,43,45); }
div.DivClassName
{
background-color: #082B2D;
}
.BgClassName
{
background-color: #082B2D;
}
</style>
border-color css
<style>
span { border-color: #082B2D; }
span { border-color: rgb(8,43,45); }
td.TdClassName
{
border-color: #082B2D;
}
.TagClassName
{
border-color: #082B2D;
}
</style>