Shades of Nordic #183236
Tints of Nordic #183236
RGB
CMYK
RGB Variations
Color information
#183236 (or 0x183236) is known color: Nordic. HEX triplet: 18, 32 and 36. RGB value is (24,50,54). Sum of RGB (Red+Green+Blue) = 24+50+54=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #183236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183236 is #E7CDC9. Grayscale: #2A2A2A. Windows color (decimal): -15191498 or 3551768. OLE color: 3551768.
HSL color Cylindrical-coordinate representation of color #183236: hue angle of 188º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183236 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 50 | 54 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.79 |
| HSL | 188º | 0.38% | 0.15% | - |
| HSV(B) | 188º | 0.56% | 0.21% | - |
| XYZ | 2.18 | 2.74 | 3.9 | - |
| YUV | 42.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 54 | 0.56 | 0.07 | 0 | 0.79 | 188 | 0.38 | 0.15 |
| Hex | 18 | 32 | 36 | 38 | 7 | 0 | 4F | BC | 26 | F |
| Octal | 30 | 62 | 66 | 70 | 7 | 0 | 117 | 274 | 46 | 17 |
| Binary | 11000 | 110010 | 110110 | 111000 | 111 | 0 | 1001111 | 10111100 | 100110 | 1111 |
Color Harmonies of #183236
Complementary color
Monochromatic Colors of #183236
Black with #183236
Text Example
Text Example
White with #183236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183236; }
p { color: rgb(24,50,54); }
H1.HeaderClassName
{
color: #183236;
}
.AnyTagClassName
{
color: #183236;
}
</style>
background-color css
<style>
a { background-color: #183236; }
a { background-color: rgb(24,50,54); }
div.DivClassName
{
background-color: #183236;
}
.BgClassName
{
background-color: #183236;
}
</style>
border-color css
<style>
span { border-color: #183236; }
span { border-color: rgb(24,50,54); }
td.TdClassName
{
border-color: #183236;
}
.TagClassName
{
border-color: #183236;
}
</style>