Shades of Nordic #052B31
Tints of Nordic #052B31
RGB
CMYK
RGB Variations
Color information
#052B31 (or 0x052B31) is known color: Nordic. HEX triplet: 05, 2B and 31. RGB value is (5,43,49). Sum of RGB (Red+Green+Blue) = 5+43+49=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #052B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B31 is #FAD4CE. Grayscale: #202020. Windows color (decimal): -16438479 or 3222277. OLE color: 3222277.
HSL color Cylindrical-coordinate representation of color #052B31: hue angle of 188.18º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052B31 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 43 | 49 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.81 |
| HSL | 188.18º | 0.81% | 0.11% | - |
| HSV(B) | 188.18º | 0.9% | 0.19% | - |
| XYZ | 1.48 | 1.98 | 3.21 | - |
| YUV | 32.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 49 | 0.90 | 0.12 | 0 | 0.81 | 188.18 | 0.81 | 0.11 |
| Hex | 5 | 2B | 31 | 5A | C | 0 | 51 | BC | 51 | B |
| Octal | 5 | 53 | 61 | 132 | 14 | 0 | 121 | 274 | 121 | 13 |
| Binary | 101 | 101011 | 110001 | 1011010 | 1100 | 0 | 1010001 | 10111100 | 1010001 | 1011 |
Color Harmonies of #052B31
Complementary color
Monochromatic Colors of #052B31
Black with #052B31
Text Example
Text Example
White with #052B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B31; }
p { color: rgb(5,43,49); }
H1.HeaderClassName
{
color: #052B31;
}
.AnyTagClassName
{
color: #052B31;
}
</style>
background-color css
<style>
a { background-color: #052B31; }
a { background-color: rgb(5,43,49); }
div.DivClassName
{
background-color: #052B31;
}
.BgClassName
{
background-color: #052B31;
}
</style>
border-color css
<style>
span { border-color: #052B31; }
span { border-color: rgb(5,43,49); }
td.TdClassName
{
border-color: #052B31;
}
.TagClassName
{
border-color: #052B31;
}
</style>