Shades of Nordic #183134
Tints of Nordic #183134
RGB
CMYK
RGB Variations
Color information
#183134 (or 0x183134) is known color: Nordic. HEX triplet: 18, 31 and 34. RGB value is (24,49,52). Sum of RGB (Red+Green+Blue) = 24+49+52=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #183134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183134 is #E7CECB. Grayscale: #292929. Windows color (decimal): -15191756 or 3420440. OLE color: 3420440.
HSL color Cylindrical-coordinate representation of color #183134: hue angle of 186.43º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #183134 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 49 | 52 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.80 |
| HSL | 186.43º | 0.37% | 0.15% | - |
| HSV(B) | 186.43º | 0.54% | 0.2% | - |
| XYZ | 2.09 | 2.64 | 3.65 | - |
| YUV | 41.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 52 | 0.54 | 0.06 | 0 | 0.80 | 186.43 | 0.37 | 0.15 |
| Hex | 18 | 31 | 34 | 36 | 6 | 0 | 50 | BA | 25 | F |
| Octal | 30 | 61 | 64 | 66 | 6 | 0 | 120 | 272 | 45 | 17 |
| Binary | 11000 | 110001 | 110100 | 110110 | 110 | 0 | 1010000 | 10111010 | 100101 | 1111 |
Color Harmonies of #183134
Complementary color
Monochromatic Colors of #183134
Black with #183134
Text Example
Text Example
White with #183134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183134; }
p { color: rgb(24,49,52); }
H1.HeaderClassName
{
color: #183134;
}
.AnyTagClassName
{
color: #183134;
}
</style>
background-color css
<style>
a { background-color: #183134; }
a { background-color: rgb(24,49,52); }
div.DivClassName
{
background-color: #183134;
}
.BgClassName
{
background-color: #183134;
}
</style>
border-color css
<style>
span { border-color: #183134; }
span { border-color: rgb(24,49,52); }
td.TdClassName
{
border-color: #183134;
}
.TagClassName
{
border-color: #183134;
}
</style>