Shades of Nordic #1F3C3F
Tints of Nordic #1F3C3F
RGB
CMYK
RGB Variations
Color information
#1F3C3F (or 0x1F3C3F) is known color: Nordic. HEX triplet: 1F, 3C and 3F. RGB value is (31,60,63). Sum of RGB (Red+Green+Blue) = 31+60+63=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F3C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3C3F is #E0C3C0. Grayscale: #333333. Windows color (decimal): -14730177 or 4144159. OLE color: 4144159.
HSL color Cylindrical-coordinate representation of color #1F3C3F: hue angle of 185.62º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3C3F is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 60 | 63 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.75 |
| HSL | 185.63º | 0.34% | 0.18% | - |
| HSV(B) | 185.63º | 0.51% | 0.25% | - |
| XYZ | 3.08 | 3.88 | 5.29 | - |
| YUV | 51.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 63 | 0.51 | 0.05 | 0 | 0.75 | 185.63 | 0.34 | 0.18 |
| Hex | 1F | 3C | 3F | 33 | 5 | 0 | 4B | BA | 22 | 12 |
| Octal | 37 | 74 | 77 | 63 | 5 | 0 | 113 | 272 | 42 | 22 |
| Binary | 11111 | 111100 | 111111 | 110011 | 101 | 0 | 1001011 | 10111010 | 100010 | 10010 |
Color Harmonies of #1F3C3F
Complementary color
Monochromatic Colors of #1F3C3F
Black with #1F3C3F
Text Example
Text Example
White with #1F3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C3F; }
p { color: rgb(31,60,63); }
H1.HeaderClassName
{
color: #1F3C3F;
}
.AnyTagClassName
{
color: #1F3C3F;
}
</style>
background-color css
<style>
a { background-color: #1F3C3F; }
a { background-color: rgb(31,60,63); }
div.DivClassName
{
background-color: #1F3C3F;
}
.BgClassName
{
background-color: #1F3C3F;
}
</style>
border-color css
<style>
span { border-color: #1F3C3F; }
span { border-color: rgb(31,60,63); }
td.TdClassName
{
border-color: #1F3C3F;
}
.TagClassName
{
border-color: #1F3C3F;
}
</style>