Shades of Nordic #183032
Tints of Nordic #183032
RGB
CMYK
RGB Variations
Color information
#183032 (or 0x183032) is known color: Nordic. HEX triplet: 18, 30 and 32. RGB value is (24,48,50). Sum of RGB (Red+Green+Blue) = 24+48+50=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 50 - color contains mainly: blue. Hex color #183032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183032 is #E7CFCD. Grayscale: #292929. Windows color (decimal): -15192014 or 3289112. OLE color: 3289112.
HSL color Cylindrical-coordinate representation of color #183032: hue angle of 184.62º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #183032 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 48 | 50 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.80 |
| HSL | 184.62º | 0.35% | 0.15% | - |
| HSV(B) | 184.62º | 0.52% | 0.2% | - |
| XYZ | 2.01 | 2.54 | 3.4 | - |
| YUV | 41.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 50 | 0.52 | 0.04 | 0 | 0.80 | 184.62 | 0.35 | 0.15 |
| Hex | 18 | 30 | 32 | 34 | 4 | 0 | 50 | B9 | 23 | F |
| Octal | 30 | 60 | 62 | 64 | 4 | 0 | 120 | 271 | 43 | 17 |
| Binary | 11000 | 110000 | 110010 | 110100 | 100 | 0 | 1010000 | 10111001 | 100011 | 1111 |
Color Harmonies of #183032
Complementary color
Monochromatic Colors of #183032
Black with #183032
Text Example
Text Example
White with #183032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183032; }
p { color: rgb(24,48,50); }
H1.HeaderClassName
{
color: #183032;
}
.AnyTagClassName
{
color: #183032;
}
</style>
background-color css
<style>
a { background-color: #183032; }
a { background-color: rgb(24,48,50); }
div.DivClassName
{
background-color: #183032;
}
.BgClassName
{
background-color: #183032;
}
</style>
border-color css
<style>
span { border-color: #183032; }
span { border-color: rgb(24,48,50); }
td.TdClassName
{
border-color: #183032;
}
.TagClassName
{
border-color: #183032;
}
</style>