Shades of Nordic #1F3234
Tints of Nordic #1F3234
RGB
CMYK
RGB Variations
Color information
#1F3234 (or 0x1F3234) is known color: Nordic. HEX triplet: 1F, 32 and 34. RGB value is (31,50,52). Sum of RGB (Red+Green+Blue) = 31+50+52=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F3234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3234 is #E0CDCB. Grayscale: #2C2C2C. Windows color (decimal): -14732748 or 3420703. OLE color: 3420703.
HSL color Cylindrical-coordinate representation of color #1F3234: hue angle of 185.71º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F3234 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 52 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.80 |
| HSL | 185.71º | 0.25% | 0.16% | - |
| HSV(B) | 185.71º | 0.4% | 0.2% | - |
| XYZ | 2.33 | 2.82 | 3.67 | - |
| YUV | 44.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 52 | 0.40 | 0.04 | 0 | 0.80 | 185.71 | 0.25 | 0.16 |
| Hex | 1F | 32 | 34 | 28 | 4 | 0 | 50 | BA | 19 | 10 |
| Octal | 37 | 62 | 64 | 50 | 4 | 0 | 120 | 272 | 31 | 20 |
| Binary | 11111 | 110010 | 110100 | 101000 | 100 | 0 | 1010000 | 10111010 | 11001 | 10000 |
Color Harmonies of #1F3234
Complementary color
Monochromatic Colors of #1F3234
Black with #1F3234
Text Example
Text Example
White with #1F3234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3234; }
p { color: rgb(31,50,52); }
H1.HeaderClassName
{
color: #1F3234;
}
.AnyTagClassName
{
color: #1F3234;
}
</style>
background-color css
<style>
a { background-color: #1F3234; }
a { background-color: rgb(31,50,52); }
div.DivClassName
{
background-color: #1F3234;
}
.BgClassName
{
background-color: #1F3234;
}
</style>
border-color css
<style>
span { border-color: #1F3234; }
span { border-color: rgb(31,50,52); }
td.TdClassName
{
border-color: #1F3234;
}
.TagClassName
{
border-color: #1F3234;
}
</style>