Shades of Nordic #183237
Tints of Nordic #183237
RGB
CMYK
RGB Variations
Color information
#183237 (or 0x183237) is known color: Nordic. HEX triplet: 18, 32 and 37. RGB value is (24,50,55). Sum of RGB (Red+Green+Blue) = 24+50+55=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #183237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183237 is #E7CDC8. Grayscale: #2A2A2A. Windows color (decimal): -15191497 or 3617304. OLE color: 3617304.
HSL color Cylindrical-coordinate representation of color #183237: hue angle of 189.68º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183237 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 50 | 55 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.78 |
| HSL | 189.68º | 0.39% | 0.15% | - |
| HSV(B) | 189.68º | 0.56% | 0.22% | - |
| XYZ | 2.21 | 2.75 | 4.03 | - |
| YUV | 42.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 55 | 0.56 | 0.09 | 0 | 0.78 | 189.68 | 0.39 | 0.15 |
| Hex | 18 | 32 | 37 | 38 | 9 | 0 | 4E | BE | 27 | F |
| Octal | 30 | 62 | 67 | 70 | 11 | 0 | 116 | 276 | 47 | 17 |
| Binary | 11000 | 110010 | 110111 | 111000 | 1001 | 0 | 1001110 | 10111110 | 100111 | 1111 |
Color Harmonies of #183237
Complementary color
Monochromatic Colors of #183237
Black with #183237
Text Example
Text Example
White with #183237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183237; }
p { color: rgb(24,50,55); }
H1.HeaderClassName
{
color: #183237;
}
.AnyTagClassName
{
color: #183237;
}
</style>
background-color css
<style>
a { background-color: #183237; }
a { background-color: rgb(24,50,55); }
div.DivClassName
{
background-color: #183237;
}
.BgClassName
{
background-color: #183237;
}
</style>
border-color css
<style>
span { border-color: #183237; }
span { border-color: rgb(24,50,55); }
td.TdClassName
{
border-color: #183237;
}
.TagClassName
{
border-color: #183237;
}
</style>