Shades of Nordic #132F31
Tints of Nordic #132F31
RGB
CMYK
RGB Variations
Color information
#132F31 (or 0x132F31) is known color: Nordic. HEX triplet: 13, 2F and 31. RGB value is (19,47,49). Sum of RGB (Red+Green+Blue) = 19+47+49=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #132F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F31 is #ECD0CE. Grayscale: #262626. Windows color (decimal): -15519951 or 3223315. OLE color: 3223315.
HSL color Cylindrical-coordinate representation of color #132F31: hue angle of 184º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132F31 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 47 | 49 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.81 |
| HSL | 184º | 0.44% | 0.13% | - |
| HSV(B) | 184º | 0.61% | 0.19% | - |
| XYZ | 1.84 | 2.39 | 3.27 | - |
| YUV | 38.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 49 | 0.61 | 0.04 | 0 | 0.81 | 184 | 0.44 | 0.13 |
| Hex | 13 | 2F | 31 | 3D | 4 | 0 | 51 | B8 | 2C | D |
| Octal | 23 | 57 | 61 | 75 | 4 | 0 | 121 | 270 | 54 | 15 |
| Binary | 10011 | 101111 | 110001 | 111101 | 100 | 0 | 1010001 | 10111000 | 101100 | 1101 |
Color Harmonies of #132F31
Complementary color
Monochromatic Colors of #132F31
Black with #132F31
Text Example
Text Example
White with #132F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F31; }
p { color: rgb(19,47,49); }
H1.HeaderClassName
{
color: #132F31;
}
.AnyTagClassName
{
color: #132F31;
}
</style>
background-color css
<style>
a { background-color: #132F31; }
a { background-color: rgb(19,47,49); }
div.DivClassName
{
background-color: #132F31;
}
.BgClassName
{
background-color: #132F31;
}
</style>
border-color css
<style>
span { border-color: #132F31; }
span { border-color: rgb(19,47,49); }
td.TdClassName
{
border-color: #132F31;
}
.TagClassName
{
border-color: #132F31;
}
</style>