Shades of Nordic #1F3B3A
Tints of Nordic #1F3B3A
RGB
CMYK
RGB Variations
Color information
#1F3B3A (or 0x1F3B3A) is known color: Nordic. HEX triplet: 1F, 3B and 3A. RGB value is (31,59,58). Sum of RGB (Red+Green+Blue) = 31+59+58=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B3A is #E0C4C5. Grayscale: #323232. Windows color (decimal): -14730438 or 3816223. OLE color: 3816223.
HSL color Cylindrical-coordinate representation of color #1F3B3A: hue angle of 177.86º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3B3A is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 59 | 58 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.77 |
| HSL | 177.86º | 0.31% | 0.18% | - |
| HSV(B) | 177.86º | 0.47% | 0.23% | - |
| XYZ | 2.89 | 3.72 | 4.57 | - |
| YUV | 50.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 58 | 0.47 | 0 | 0.02 | 0.77 | 177.86 | 0.31 | 0.18 |
| Hex | 1F | 3B | 3A | 2F | 0 | 2 | 4D | B2 | 1F | 12 |
| Octal | 37 | 73 | 72 | 57 | 0 | 2 | 115 | 262 | 37 | 22 |
| Binary | 11111 | 111011 | 111010 | 101111 | 0 | 10 | 1001101 | 10110010 | 11111 | 10010 |
Color Harmonies of #1F3B3A
Complementary color
Monochromatic Colors of #1F3B3A
Black with #1F3B3A
Text Example
Text Example
White with #1F3B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3B3A; }
p { color: rgb(31,59,58); }
H1.HeaderClassName
{
color: #1F3B3A;
}
.AnyTagClassName
{
color: #1F3B3A;
}
</style>
background-color css
<style>
a { background-color: #1F3B3A; }
a { background-color: rgb(31,59,58); }
div.DivClassName
{
background-color: #1F3B3A;
}
.BgClassName
{
background-color: #1F3B3A;
}
</style>
border-color css
<style>
span { border-color: #1F3B3A; }
span { border-color: rgb(31,59,58); }
td.TdClassName
{
border-color: #1F3B3A;
}
.TagClassName
{
border-color: #1F3B3A;
}
</style>