Shades of Nordic #193032
Tints of Nordic #193032
RGB
CMYK
RGB Variations
Color information
#193032 (or 0x193032) is known color: Nordic. HEX triplet: 19, 30 and 32. RGB value is (25,48,50). Sum of RGB (Red+Green+Blue) = 25+48+50=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 50 - color contains mainly: blue. Hex color #193032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193032 is #E6CFCD. Grayscale: #292929. Windows color (decimal): -15126478 or 3289113. OLE color: 3289113.
HSL color Cylindrical-coordinate representation of color #193032: hue angle of 184.8º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193032 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 48 | 50 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.80 |
| HSL | 184.8º | 0.33% | 0.15% | - |
| HSV(B) | 184.8º | 0.5% | 0.2% | - |
| XYZ | 2.03 | 2.55 | 3.4 | - |
| YUV | 41.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 50 | 0.50 | 0.04 | 0 | 0.80 | 184.8 | 0.33 | 0.15 |
| Hex | 19 | 30 | 32 | 32 | 4 | 0 | 50 | B9 | 21 | F |
| Octal | 31 | 60 | 62 | 62 | 4 | 0 | 120 | 271 | 41 | 17 |
| Binary | 11001 | 110000 | 110010 | 110010 | 100 | 0 | 1010000 | 10111001 | 100001 | 1111 |
Color Harmonies of #193032
Complementary color
Monochromatic Colors of #193032
Black with #193032
Text Example
Text Example
White with #193032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193032; }
p { color: rgb(25,48,50); }
H1.HeaderClassName
{
color: #193032;
}
.AnyTagClassName
{
color: #193032;
}
</style>
background-color css
<style>
a { background-color: #193032; }
a { background-color: rgb(25,48,50); }
div.DivClassName
{
background-color: #193032;
}
.BgClassName
{
background-color: #193032;
}
</style>
border-color css
<style>
span { border-color: #193032; }
span { border-color: rgb(25,48,50); }
td.TdClassName
{
border-color: #193032;
}
.TagClassName
{
border-color: #193032;
}
</style>