Shades of Nordic #1F3639
Tints of Nordic #1F3639
RGB
CMYK
RGB Variations
Color information
#1F3639 (or 0x1F3639) is known color: Nordic. HEX triplet: 1F, 36 and 39. RGB value is (31,54,57). Sum of RGB (Red+Green+Blue) = 31+54+57=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F3639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3639 is #E0C9C6. Grayscale: #2F2F2F. Windows color (decimal): -14731719 or 3749407. OLE color: 3749407.
HSL color Cylindrical-coordinate representation of color #1F3639: hue angle of 186.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F3639 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 54 | 57 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.78 |
| HSL | 186.92º | 0.3% | 0.17% | - |
| HSV(B) | 186.92º | 0.46% | 0.22% | - |
| XYZ | 2.62 | 3.23 | 4.36 | - |
| YUV | 47.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 57 | 0.46 | 0.05 | 0 | 0.78 | 186.92 | 0.3 | 0.17 |
| Hex | 1F | 36 | 39 | 2E | 5 | 0 | 4E | BB | 1E | 11 |
| Octal | 37 | 66 | 71 | 56 | 5 | 0 | 116 | 273 | 36 | 21 |
| Binary | 11111 | 110110 | 111001 | 101110 | 101 | 0 | 1001110 | 10111011 | 11110 | 10001 |
Color Harmonies of #1F3639
Complementary color
Monochromatic Colors of #1F3639
Black with #1F3639
Text Example
Text Example
White with #1F3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3639; }
p { color: rgb(31,54,57); }
H1.HeaderClassName
{
color: #1F3639;
}
.AnyTagClassName
{
color: #1F3639;
}
</style>
background-color css
<style>
a { background-color: #1F3639; }
a { background-color: rgb(31,54,57); }
div.DivClassName
{
background-color: #1F3639;
}
.BgClassName
{
background-color: #1F3639;
}
</style>
border-color css
<style>
span { border-color: #1F3639; }
span { border-color: rgb(31,54,57); }
td.TdClassName
{
border-color: #1F3639;
}
.TagClassName
{
border-color: #1F3639;
}
</style>