Shades of Nordic #1F393D
Tints of Nordic #1F393D
RGB
CMYK
RGB Variations
Color information
#1F393D (or 0x1F393D) is known color: Nordic. HEX triplet: 1F, 39 and 3D. RGB value is (31,57,61). Sum of RGB (Red+Green+Blue) = 31+57+61=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F393D is #E0C6C2. Grayscale: #313131. Windows color (decimal): -14730947 or 4012319. OLE color: 4012319.
HSL color Cylindrical-coordinate representation of color #1F393D: hue angle of 188º 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 #1F393D is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 57 | 61 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.76 |
| HSL | 188º | 0.33% | 0.18% | - |
| HSV(B) | 188º | 0.49% | 0.24% | - |
| XYZ | 2.87 | 3.55 | 4.95 | - |
| YUV | 49.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 61 | 0.49 | 0.07 | 0 | 0.76 | 188 | 0.33 | 0.18 |
| Hex | 1F | 39 | 3D | 31 | 7 | 0 | 4C | BC | 21 | 12 |
| Octal | 37 | 71 | 75 | 61 | 7 | 0 | 114 | 274 | 41 | 22 |
| Binary | 11111 | 111001 | 111101 | 110001 | 111 | 0 | 1001100 | 10111100 | 100001 | 10010 |
Color Harmonies of #1F393D
Complementary color
Monochromatic Colors of #1F393D
Black with #1F393D
Text Example
Text Example
White with #1F393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F393D; }
p { color: rgb(31,57,61); }
H1.HeaderClassName
{
color: #1F393D;
}
.AnyTagClassName
{
color: #1F393D;
}
</style>
background-color css
<style>
a { background-color: #1F393D; }
a { background-color: rgb(31,57,61); }
div.DivClassName
{
background-color: #1F393D;
}
.BgClassName
{
background-color: #1F393D;
}
</style>
border-color css
<style>
span { border-color: #1F393D; }
span { border-color: rgb(31,57,61); }
td.TdClassName
{
border-color: #1F393D;
}
.TagClassName
{
border-color: #1F393D;
}
</style>