Shades of Nordic #1F3637
Tints of Nordic #1F3637
RGB
CMYK
RGB Variations
Color information
#1F3637 (or 0x1F3637) is known color: Nordic. HEX triplet: 1F, 36 and 37. RGB value is (31,54,55). Sum of RGB (Red+Green+Blue) = 31+54+55=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F3637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3637 is #E0C9C8. Grayscale: #2F2F2F. Windows color (decimal): -14731721 or 3618335. OLE color: 3618335.
HSL color Cylindrical-coordinate representation of color #1F3637: hue angle of 182.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F3637 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 54 | 55 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.78 |
| HSL | 182.5º | 0.28% | 0.17% | - |
| HSV(B) | 182.5º | 0.44% | 0.22% | - |
| XYZ | 2.57 | 3.21 | 4.1 | - |
| YUV | 47.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 55 | 0.44 | 0.02 | 0 | 0.78 | 182.5 | 0.28 | 0.17 |
| Hex | 1F | 36 | 37 | 2C | 2 | 0 | 4E | B6 | 1C | 11 |
| Octal | 37 | 66 | 67 | 54 | 2 | 0 | 116 | 266 | 34 | 21 |
| Binary | 11111 | 110110 | 110111 | 101100 | 10 | 0 | 1001110 | 10110110 | 11100 | 10001 |
Color Harmonies of #1F3637
Complementary color
Monochromatic Colors of #1F3637
Black with #1F3637
Text Example
Text Example
White with #1F3637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3637; }
p { color: rgb(31,54,55); }
H1.HeaderClassName
{
color: #1F3637;
}
.AnyTagClassName
{
color: #1F3637;
}
</style>
background-color css
<style>
a { background-color: #1F3637; }
a { background-color: rgb(31,54,55); }
div.DivClassName
{
background-color: #1F3637;
}
.BgClassName
{
background-color: #1F3637;
}
</style>
border-color css
<style>
span { border-color: #1F3637; }
span { border-color: rgb(31,54,55); }
td.TdClassName
{
border-color: #1F3637;
}
.TagClassName
{
border-color: #1F3637;
}
</style>