Shades of Nordic #023032
Tints of Nordic #023032
RGB
CMYK
RGB Variations
Color information
#023032 (or 0x023032) is known color: Nordic. HEX triplet: 02, 30 and 32. RGB value is (2,48,50). Sum of RGB (Red+Green+Blue) = 2+48+50=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #023032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023032 is #FDCFCD. Grayscale: #222222. Windows color (decimal): -16633806 or 3289090. OLE color: 3289090.
HSL color Cylindrical-coordinate representation of color #023032: hue angle of 182.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023032 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 48 | 50 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.80 |
| HSL | 182.5º | 0.92% | 0.1% | - |
| HSV(B) | 182.5º | 0.96% | 0.2% | - |
| XYZ | 1.66 | 2.36 | 3.39 | - |
| YUV | 34.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 50 | 0.96 | 0.04 | 0 | 0.80 | 182.5 | 0.92 | 0.1 |
| Hex | 2 | 30 | 32 | 60 | 4 | 0 | 50 | B6 | 5C | A |
| Octal | 2 | 60 | 62 | 140 | 4 | 0 | 120 | 266 | 134 | 12 |
| Binary | 10 | 110000 | 110010 | 1100000 | 100 | 0 | 1010000 | 10110110 | 1011100 | 1010 |
Color Harmonies of #023032
Complementary color
Monochromatic Colors of #023032
Black with #023032
Text Example
Text Example
White with #023032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023032; }
p { color: rgb(2,48,50); }
H1.HeaderClassName
{
color: #023032;
}
.AnyTagClassName
{
color: #023032;
}
</style>
background-color css
<style>
a { background-color: #023032; }
a { background-color: rgb(2,48,50); }
div.DivClassName
{
background-color: #023032;
}
.BgClassName
{
background-color: #023032;
}
</style>
border-color css
<style>
span { border-color: #023032; }
span { border-color: rgb(2,48,50); }
td.TdClassName
{
border-color: #023032;
}
.TagClassName
{
border-color: #023032;
}
</style>