Shades of Nordic #152F31
Tints of Nordic #152F31
RGB
CMYK
RGB Variations
Color information
#152F31 (or 0x152F31) is known color: Nordic. HEX triplet: 15, 2F and 31. RGB value is (21,47,49). Sum of RGB (Red+Green+Blue) = 21+47+49=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #152F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F31 is #EAD0CE. Grayscale: #272727. Windows color (decimal): -15388879 or 3223317. OLE color: 3223317.
HSL color Cylindrical-coordinate representation of color #152F31: hue angle of 184.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #152F31 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 47 | 49 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.81 |
| HSL | 184.29º | 0.4% | 0.14% | - |
| HSV(B) | 184.29º | 0.57% | 0.19% | - |
| XYZ | 1.88 | 2.41 | 3.27 | - |
| YUV | 39.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 49 | 0.57 | 0.04 | 0 | 0.81 | 184.29 | 0.4 | 0.14 |
| Hex | 15 | 2F | 31 | 39 | 4 | 0 | 51 | B8 | 28 | E |
| Octal | 25 | 57 | 61 | 71 | 4 | 0 | 121 | 270 | 50 | 16 |
| Binary | 10101 | 101111 | 110001 | 111001 | 100 | 0 | 1010001 | 10111000 | 101000 | 1110 |
Color Harmonies of #152F31
Complementary color
Monochromatic Colors of #152F31
Black with #152F31
Text Example
Text Example
White with #152F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F31; }
p { color: rgb(21,47,49); }
H1.HeaderClassName
{
color: #152F31;
}
.AnyTagClassName
{
color: #152F31;
}
</style>
background-color css
<style>
a { background-color: #152F31; }
a { background-color: rgb(21,47,49); }
div.DivClassName
{
background-color: #152F31;
}
.BgClassName
{
background-color: #152F31;
}
</style>
border-color css
<style>
span { border-color: #152F31; }
span { border-color: rgb(21,47,49); }
td.TdClassName
{
border-color: #152F31;
}
.TagClassName
{
border-color: #152F31;
}
</style>