Shades of Nordic #153132
Tints of Nordic #153132
RGB
CMYK
RGB Variations
Color information
#153132 (or 0x153132) is known color: Nordic. HEX triplet: 15, 31 and 32. RGB value is (21,49,50). Sum of RGB (Red+Green+Blue) = 21+49+50=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #153132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153132 is #EACECD. Grayscale: #282828. Windows color (decimal): -15388366 or 3289365. OLE color: 3289365.
HSL color Cylindrical-coordinate representation of color #153132: hue angle of 182.07º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153132 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 49 | 50 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.80 |
| HSL | 182.07º | 0.41% | 0.14% | - |
| HSV(B) | 182.07º | 0.58% | 0.2% | - |
| XYZ | 1.98 | 2.59 | 3.41 | - |
| YUV | 40.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 50 | 0.58 | 0.02 | 0 | 0.80 | 182.07 | 0.41 | 0.14 |
| Hex | 15 | 31 | 32 | 3A | 2 | 0 | 50 | B6 | 29 | E |
| Octal | 25 | 61 | 62 | 72 | 2 | 0 | 120 | 266 | 51 | 16 |
| Binary | 10101 | 110001 | 110010 | 111010 | 10 | 0 | 1010000 | 10110110 | 101001 | 1110 |
Color Harmonies of #153132
Complementary color
Monochromatic Colors of #153132
Black with #153132
Text Example
Text Example
White with #153132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153132; }
p { color: rgb(21,49,50); }
H1.HeaderClassName
{
color: #153132;
}
.AnyTagClassName
{
color: #153132;
}
</style>
background-color css
<style>
a { background-color: #153132; }
a { background-color: rgb(21,49,50); }
div.DivClassName
{
background-color: #153132;
}
.BgClassName
{
background-color: #153132;
}
</style>
border-color css
<style>
span { border-color: #153132; }
span { border-color: rgb(21,49,50); }
td.TdClassName
{
border-color: #153132;
}
.TagClassName
{
border-color: #153132;
}
</style>