Shades of Nordic #182F34
Tints of Nordic #182F34
RGB
CMYK
RGB Variations
Color information
#182F34 (or 0x182F34) is known color: Nordic. HEX triplet: 18, 2F and 34. RGB value is (24,47,52). Sum of RGB (Red+Green+Blue) = 24+47+52=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #182F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F34 is #E7D0CB. Grayscale: #282828. Windows color (decimal): -15192268 or 3419928. OLE color: 3419928.
HSL color Cylindrical-coordinate representation of color #182F34: hue angle of 190.71º 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 #182F34 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 47 | 52 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.80 |
| HSL | 190.71º | 0.37% | 0.15% | - |
| HSV(B) | 190.71º | 0.54% | 0.2% | - |
| XYZ | 2.01 | 2.48 | 3.62 | - |
| YUV | 40.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 52 | 0.54 | 0.10 | 0 | 0.80 | 190.71 | 0.37 | 0.15 |
| Hex | 18 | 2F | 34 | 36 | A | 0 | 50 | BF | 25 | F |
| Octal | 30 | 57 | 64 | 66 | 12 | 0 | 120 | 277 | 45 | 17 |
| Binary | 11000 | 101111 | 110100 | 110110 | 1010 | 0 | 1010000 | 10111111 | 100101 | 1111 |
Color Harmonies of #182F34
Complementary color
Monochromatic Colors of #182F34
Black with #182F34
Text Example
Text Example
White with #182F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F34; }
p { color: rgb(24,47,52); }
H1.HeaderClassName
{
color: #182F34;
}
.AnyTagClassName
{
color: #182F34;
}
</style>
background-color css
<style>
a { background-color: #182F34; }
a { background-color: rgb(24,47,52); }
div.DivClassName
{
background-color: #182F34;
}
.BgClassName
{
background-color: #182F34;
}
</style>
border-color css
<style>
span { border-color: #182F34; }
span { border-color: rgb(24,47,52); }
td.TdClassName
{
border-color: #182F34;
}
.TagClassName
{
border-color: #182F34;
}
</style>