Shades of Nordic #022C31
Tints of Nordic #022C31
RGB
CMYK
RGB Variations
Color information
#022C31 (or 0x022C31) is known color: Nordic. HEX triplet: 02, 2C and 31. RGB value is (2,44,49). Sum of RGB (Red+Green+Blue) = 2+44+49=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #022C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C31 is #FDD3CE. Grayscale: #1F1F1F. Windows color (decimal): -16634831 or 3222530. OLE color: 3222530.
HSL color Cylindrical-coordinate representation of color #022C31: hue angle of 186.38º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022C31 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 44 | 49 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.81 |
| HSL | 186.38º | 0.92% | 0.1% | - |
| HSV(B) | 186.38º | 0.96% | 0.19% | - |
| XYZ | 1.48 | 2.04 | 3.22 | - |
| YUV | 32.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 49 | 0.96 | 0.10 | 0 | 0.81 | 186.38 | 0.92 | 0.1 |
| Hex | 2 | 2C | 31 | 60 | A | 0 | 51 | BA | 5C | A |
| Octal | 2 | 54 | 61 | 140 | 12 | 0 | 121 | 272 | 134 | 12 |
| Binary | 10 | 101100 | 110001 | 1100000 | 1010 | 0 | 1010001 | 10111010 | 1011100 | 1010 |
Color Harmonies of #022C31
Complementary color
Monochromatic Colors of #022C31
Black with #022C31
Text Example
Text Example
White with #022C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C31; }
p { color: rgb(2,44,49); }
H1.HeaderClassName
{
color: #022C31;
}
.AnyTagClassName
{
color: #022C31;
}
</style>
background-color css
<style>
a { background-color: #022C31; }
a { background-color: rgb(2,44,49); }
div.DivClassName
{
background-color: #022C31;
}
.BgClassName
{
background-color: #022C31;
}
</style>
border-color css
<style>
span { border-color: #022C31; }
span { border-color: rgb(2,44,49); }
td.TdClassName
{
border-color: #022C31;
}
.TagClassName
{
border-color: #022C31;
}
</style>