Shades of Nordic #152D32
Tints of Nordic #152D32
RGB
CMYK
RGB Variations
Color information
#152D32 (or 0x152D32) is known color: Nordic. HEX triplet: 15, 2D and 32. RGB value is (21,45,50). Sum of RGB (Red+Green+Blue) = 21+45+50=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #152D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D32 is #EAD2CD. Grayscale: #262626. Windows color (decimal): -15389390 or 3288341. OLE color: 3288341.
HSL color Cylindrical-coordinate representation of color #152D32: hue angle of 190.34º 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 #152D32 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 45 | 50 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.80 |
| HSL | 190.34º | 0.41% | 0.14% | - |
| HSV(B) | 190.34º | 0.58% | 0.2% | - |
| XYZ | 1.82 | 2.27 | 3.36 | - |
| YUV | 38.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 50 | 0.58 | 0.10 | 0 | 0.80 | 190.34 | 0.41 | 0.14 |
| Hex | 15 | 2D | 32 | 3A | A | 0 | 50 | BE | 29 | E |
| Octal | 25 | 55 | 62 | 72 | 12 | 0 | 120 | 276 | 51 | 16 |
| Binary | 10101 | 101101 | 110010 | 111010 | 1010 | 0 | 1010000 | 10111110 | 101001 | 1110 |
Color Harmonies of #152D32
Complementary color
Monochromatic Colors of #152D32
Black with #152D32
Text Example
Text Example
White with #152D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D32; }
p { color: rgb(21,45,50); }
H1.HeaderClassName
{
color: #152D32;
}
.AnyTagClassName
{
color: #152D32;
}
</style>
background-color css
<style>
a { background-color: #152D32; }
a { background-color: rgb(21,45,50); }
div.DivClassName
{
background-color: #152D32;
}
.BgClassName
{
background-color: #152D32;
}
</style>
border-color css
<style>
span { border-color: #152D32; }
span { border-color: rgb(21,45,50); }
td.TdClassName
{
border-color: #152D32;
}
.TagClassName
{
border-color: #152D32;
}
</style>