Shades of Nordic #1F3033
Tints of Nordic #1F3033
RGB
CMYK
RGB Variations
Color information
#1F3033 (or 0x1F3033) is known color: Nordic. HEX triplet: 1F, 30 and 33. RGB value is (31,48,51). Sum of RGB (Red+Green+Blue) = 31+48+51=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 51 - color contains mainly: blue. Hex color #1F3033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3033 is #E0CFCC. Grayscale: #2B2B2B. Windows color (decimal): -14733261 or 3354655. OLE color: 3354655.
HSL color Cylindrical-coordinate representation of color #1F3033: hue angle of 189º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F3033 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 48 | 51 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.8 |
| HSL | 189º | 0.24% | 0.16% | - |
| HSV(B) | 189º | 0.39% | 0.2% | - |
| XYZ | 2.22 | 2.64 | 3.53 | - |
| YUV | 43.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 51 | 0.39 | 0.06 | 0 | 0.8 | 189 | 0.24 | 0.16 |
| Hex | 1F | 30 | 33 | 27 | 6 | 0 | 50 | BD | 18 | 10 |
| Octal | 37 | 60 | 63 | 47 | 6 | 0 | 120 | 275 | 30 | 20 |
| Binary | 11111 | 110000 | 110011 | 100111 | 110 | 0 | 1010000 | 10111101 | 11000 | 10000 |
Color Harmonies of #1F3033
Complementary color
Monochromatic Colors of #1F3033
Black with #1F3033
Text Example
Text Example
White with #1F3033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3033; }
p { color: rgb(31,48,51); }
H1.HeaderClassName
{
color: #1F3033;
}
.AnyTagClassName
{
color: #1F3033;
}
</style>
background-color css
<style>
a { background-color: #1F3033; }
a { background-color: rgb(31,48,51); }
div.DivClassName
{
background-color: #1F3033;
}
.BgClassName
{
background-color: #1F3033;
}
</style>
border-color css
<style>
span { border-color: #1F3033; }
span { border-color: rgb(31,48,51); }
td.TdClassName
{
border-color: #1F3033;
}
.TagClassName
{
border-color: #1F3033;
}
</style>