Shades of Nordic #1F373D
Tints of Nordic #1F373D
RGB
CMYK
RGB Variations
Color information
#1F373D (or 0x1F373D) is known color: Nordic. HEX triplet: 1F, 37 and 3D. RGB value is (31,55,61). Sum of RGB (Red+Green+Blue) = 31+55+61=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F373D is #E0C8C2. Grayscale: #303030. Windows color (decimal): -14731459 or 4011807. OLE color: 4011807.
HSL color Cylindrical-coordinate representation of color #1F373D: hue angle of 192º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F373D is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 55 | 61 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.76 |
| HSL | 192º | 0.33% | 0.18% | - |
| HSV(B) | 192º | 0.49% | 0.24% | - |
| XYZ | 2.77 | 3.36 | 4.92 | - |
| YUV | 48.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 61 | 0.49 | 0.10 | 0 | 0.76 | 192 | 0.33 | 0.18 |
| Hex | 1F | 37 | 3D | 31 | A | 0 | 4C | C0 | 21 | 12 |
| Octal | 37 | 67 | 75 | 61 | 12 | 0 | 114 | 300 | 41 | 22 |
| Binary | 11111 | 110111 | 111101 | 110001 | 1010 | 0 | 1001100 | 11000000 | 100001 | 10010 |
Color Harmonies of #1F373D
Complementary color
Monochromatic Colors of #1F373D
Black with #1F373D
Text Example
Text Example
White with #1F373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F373D; }
p { color: rgb(31,55,61); }
H1.HeaderClassName
{
color: #1F373D;
}
.AnyTagClassName
{
color: #1F373D;
}
</style>
background-color css
<style>
a { background-color: #1F373D; }
a { background-color: rgb(31,55,61); }
div.DivClassName
{
background-color: #1F373D;
}
.BgClassName
{
background-color: #1F373D;
}
</style>
border-color css
<style>
span { border-color: #1F373D; }
span { border-color: rgb(31,55,61); }
td.TdClassName
{
border-color: #1F373D;
}
.TagClassName
{
border-color: #1F373D;
}
</style>