Shades of Nordic #1F3A3F
Tints of Nordic #1F3A3F
RGB
CMYK
RGB Variations
Color information
#1F3A3F (or 0x1F3A3F) is known color: Nordic. HEX triplet: 1F, 3A and 3F. RGB value is (31,58,63). Sum of RGB (Red+Green+Blue) = 31+58+63=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F3A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3A3F is #E0C5C0. Grayscale: #323232. Windows color (decimal): -14730689 or 4143647. OLE color: 4143647.
HSL color Cylindrical-coordinate representation of color #1F3A3F: hue angle of 189.38º 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 #1F3A3F is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 58 | 63 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.75 |
| HSL | 189.38º | 0.34% | 0.18% | - |
| HSV(B) | 189.38º | 0.51% | 0.25% | - |
| XYZ | 2.98 | 3.68 | 5.26 | - |
| YUV | 50.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 63 | 0.51 | 0.08 | 0 | 0.75 | 189.38 | 0.34 | 0.18 |
| Hex | 1F | 3A | 3F | 33 | 8 | 0 | 4B | BD | 22 | 12 |
| Octal | 37 | 72 | 77 | 63 | 10 | 0 | 113 | 275 | 42 | 22 |
| Binary | 11111 | 111010 | 111111 | 110011 | 1000 | 0 | 1001011 | 10111101 | 100010 | 10010 |
Color Harmonies of #1F3A3F
Complementary color
Monochromatic Colors of #1F3A3F
Black with #1F3A3F
Text Example
Text Example
White with #1F3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3A3F; }
p { color: rgb(31,58,63); }
H1.HeaderClassName
{
color: #1F3A3F;
}
.AnyTagClassName
{
color: #1F3A3F;
}
</style>
background-color css
<style>
a { background-color: #1F3A3F; }
a { background-color: rgb(31,58,63); }
div.DivClassName
{
background-color: #1F3A3F;
}
.BgClassName
{
background-color: #1F3A3F;
}
</style>
border-color css
<style>
span { border-color: #1F3A3F; }
span { border-color: rgb(31,58,63); }
td.TdClassName
{
border-color: #1F3A3F;
}
.TagClassName
{
border-color: #1F3A3F;
}
</style>