Shades of Nordic #032F32
Tints of Nordic #032F32
RGB
CMYK
RGB Variations
Color information
#032F32 (or 0x032F32) is known color: Nordic. HEX triplet: 03, 2F and 32. RGB value is (3,47,50). Sum of RGB (Red+Green+Blue) = 3+47+50=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 47 (18.75% from 255 or 47% 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 #032F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F32 is #FCD0CD. Grayscale: #222222. Windows color (decimal): -16568526 or 3288835. OLE color: 3288835.
HSL color Cylindrical-coordinate representation of color #032F32: hue angle of 183.83º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032F32 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 47 | 50 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.80 |
| HSL | 183.83º | 0.89% | 0.1% | - |
| HSV(B) | 183.83º | 0.94% | 0.2% | - |
| XYZ | 1.63 | 2.28 | 3.37 | - |
| YUV | 34.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 50 | 0.94 | 0.06 | 0 | 0.80 | 183.83 | 0.89 | 0.1 |
| Hex | 3 | 2F | 32 | 5E | 6 | 0 | 50 | B8 | 59 | A |
| Octal | 3 | 57 | 62 | 136 | 6 | 0 | 120 | 270 | 131 | 12 |
| Binary | 11 | 101111 | 110010 | 1011110 | 110 | 0 | 1010000 | 10111000 | 1011001 | 1010 |
Color Harmonies of #032F32
Complementary color
Monochromatic Colors of #032F32
Black with #032F32
Text Example
Text Example
White with #032F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F32; }
p { color: rgb(3,47,50); }
H1.HeaderClassName
{
color: #032F32;
}
.AnyTagClassName
{
color: #032F32;
}
</style>
background-color css
<style>
a { background-color: #032F32; }
a { background-color: rgb(3,47,50); }
div.DivClassName
{
background-color: #032F32;
}
.BgClassName
{
background-color: #032F32;
}
</style>
border-color css
<style>
span { border-color: #032F32; }
span { border-color: rgb(3,47,50); }
td.TdClassName
{
border-color: #032F32;
}
.TagClassName
{
border-color: #032F32;
}
</style>