Shades of Nordic #153134
Tints of Nordic #153134
RGB
CMYK
RGB Variations
Color information
#153134 (or 0x153134) is known color: Nordic. HEX triplet: 15, 31 and 34. RGB value is (21,49,52). Sum of RGB (Red+Green+Blue) = 21+49+52=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #153134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153134 is #EACECB. Grayscale: #282828. Windows color (decimal): -15388364 or 3420437. OLE color: 3420437.
HSL color Cylindrical-coordinate representation of color #153134: hue angle of 185.81º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153134 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 49 | 52 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.80 |
| HSL | 185.81º | 0.42% | 0.14% | - |
| HSV(B) | 185.81º | 0.6% | 0.2% | - |
| XYZ | 2.03 | 2.6 | 3.64 | - |
| YUV | 40.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 52 | 0.60 | 0.06 | 0 | 0.80 | 185.81 | 0.42 | 0.14 |
| Hex | 15 | 31 | 34 | 3C | 6 | 0 | 50 | BA | 2A | E |
| Octal | 25 | 61 | 64 | 74 | 6 | 0 | 120 | 272 | 52 | 16 |
| Binary | 10101 | 110001 | 110100 | 111100 | 110 | 0 | 1010000 | 10111010 | 101010 | 1110 |
Color Harmonies of #153134
Complementary color
Monochromatic Colors of #153134
Black with #153134
Text Example
Text Example
White with #153134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153134; }
p { color: rgb(21,49,52); }
H1.HeaderClassName
{
color: #153134;
}
.AnyTagClassName
{
color: #153134;
}
</style>
background-color css
<style>
a { background-color: #153134; }
a { background-color: rgb(21,49,52); }
div.DivClassName
{
background-color: #153134;
}
.BgClassName
{
background-color: #153134;
}
</style>
border-color css
<style>
span { border-color: #153134; }
span { border-color: rgb(21,49,52); }
td.TdClassName
{
border-color: #153134;
}
.TagClassName
{
border-color: #153134;
}
</style>