Shades of Nordic #133132
Tints of Nordic #133132
RGB
CMYK
RGB Variations
Color information
#133132 (or 0x133132) is known color: Nordic. HEX triplet: 13, 31 and 32. RGB value is (19,49,50). Sum of RGB (Red+Green+Blue) = 19+49+50=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #133132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133132 is #ECCECD. Grayscale: #282828. Windows color (decimal): -15519438 or 3289363. OLE color: 3289363.
HSL color Cylindrical-coordinate representation of color #133132: hue angle of 181.94º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133132 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 49 | 50 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.80 |
| HSL | 181.94º | 0.45% | 0.14% | - |
| HSV(B) | 181.94º | 0.62% | 0.2% | - |
| XYZ | 1.94 | 2.57 | 3.41 | - |
| YUV | 40.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 50 | 0.62 | 0.02 | 0 | 0.80 | 181.94 | 0.45 | 0.14 |
| Hex | 13 | 31 | 32 | 3E | 2 | 0 | 50 | B6 | 2D | E |
| Octal | 23 | 61 | 62 | 76 | 2 | 0 | 120 | 266 | 55 | 16 |
| Binary | 10011 | 110001 | 110010 | 111110 | 10 | 0 | 1010000 | 10110110 | 101101 | 1110 |
Color Harmonies of #133132
Complementary color
Monochromatic Colors of #133132
Black with #133132
Text Example
Text Example
White with #133132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133132; }
p { color: rgb(19,49,50); }
H1.HeaderClassName
{
color: #133132;
}
.AnyTagClassName
{
color: #133132;
}
</style>
background-color css
<style>
a { background-color: #133132; }
a { background-color: rgb(19,49,50); }
div.DivClassName
{
background-color: #133132;
}
.BgClassName
{
background-color: #133132;
}
</style>
border-color css
<style>
span { border-color: #133132; }
span { border-color: rgb(19,49,50); }
td.TdClassName
{
border-color: #133132;
}
.TagClassName
{
border-color: #133132;
}
</style>