Shades of Nordic #1F3236
Tints of Nordic #1F3236
RGB
CMYK
RGB Variations
Color information
#1F3236 (or 0x1F3236) is known color: Nordic. HEX triplet: 1F, 32 and 36. RGB value is (31,50,54). Sum of RGB (Red+Green+Blue) = 31+50+54=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F3236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3236 is #E0CDC9. Grayscale: #2C2C2C. Windows color (decimal): -14732746 or 3551775. OLE color: 3551775.
HSL color Cylindrical-coordinate representation of color #1F3236: hue angle of 190.43º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3236 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 50 | 54 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.79 |
| HSL | 190.43º | 0.27% | 0.17% | - |
| HSV(B) | 190.43º | 0.43% | 0.21% | - |
| XYZ | 2.37 | 2.84 | 3.91 | - |
| YUV | 44.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 54 | 0.43 | 0.07 | 0 | 0.79 | 190.43 | 0.27 | 0.17 |
| Hex | 1F | 32 | 36 | 2B | 7 | 0 | 4F | BE | 1B | 11 |
| Octal | 37 | 62 | 66 | 53 | 7 | 0 | 117 | 276 | 33 | 21 |
| Binary | 11111 | 110010 | 110110 | 101011 | 111 | 0 | 1001111 | 10111110 | 11011 | 10001 |
Color Harmonies of #1F3236
Complementary color
Monochromatic Colors of #1F3236
Black with #1F3236
Text Example
Text Example
White with #1F3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3236; }
p { color: rgb(31,50,54); }
H1.HeaderClassName
{
color: #1F3236;
}
.AnyTagClassName
{
color: #1F3236;
}
</style>
background-color css
<style>
a { background-color: #1F3236; }
a { background-color: rgb(31,50,54); }
div.DivClassName
{
background-color: #1F3236;
}
.BgClassName
{
background-color: #1F3236;
}
</style>
border-color css
<style>
span { border-color: #1F3236; }
span { border-color: rgb(31,50,54); }
td.TdClassName
{
border-color: #1F3236;
}
.TagClassName
{
border-color: #1F3236;
}
</style>