Shades of Nordic #15373D
Tints of Nordic #15373D
RGB
CMYK
RGB Variations
Color information
#15373D (or 0x15373D) is known color: Nordic. HEX triplet: 15, 37 and 3D. RGB value is (21,55,61). Sum of RGB (Red+Green+Blue) = 21+55+61=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #15373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15373D is #EAC8C2. Grayscale: #2D2D2D. Windows color (decimal): -15386819 or 4011797. OLE color: 4011797.
HSL color Cylindrical-coordinate representation of color #15373D: hue angle of 189º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15373D is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 55 | 61 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.76 |
| HSL | 189º | 0.49% | 0.16% | - |
| HSV(B) | 189º | 0.66% | 0.24% | - |
| XYZ | 2.52 | 3.23 | 4.91 | - |
| YUV | 45.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 61 | 0.66 | 0.10 | 0 | 0.76 | 189 | 0.49 | 0.16 |
| Hex | 15 | 37 | 3D | 42 | A | 0 | 4C | BD | 31 | 10 |
| Octal | 25 | 67 | 75 | 102 | 12 | 0 | 114 | 275 | 61 | 20 |
| Binary | 10101 | 110111 | 111101 | 1000010 | 1010 | 0 | 1001100 | 10111101 | 110001 | 10000 |
Color Harmonies of #15373D
Complementary color
Monochromatic Colors of #15373D
Black with #15373D
Text Example
Text Example
White with #15373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15373D; }
p { color: rgb(21,55,61); }
H1.HeaderClassName
{
color: #15373D;
}
.AnyTagClassName
{
color: #15373D;
}
</style>
background-color css
<style>
a { background-color: #15373D; }
a { background-color: rgb(21,55,61); }
div.DivClassName
{
background-color: #15373D;
}
.BgClassName
{
background-color: #15373D;
}
</style>
border-color css
<style>
span { border-color: #15373D; }
span { border-color: rgb(21,55,61); }
td.TdClassName
{
border-color: #15373D;
}
.TagClassName
{
border-color: #15373D;
}
</style>