Shades of Nordic #183837
Tints of Nordic #183837
RGB
CMYK
RGB Variations
Color information
#183837 (or 0x183837) is known color: Nordic. HEX triplet: 18, 38 and 37. RGB value is (24,56,55). Sum of RGB (Red+Green+Blue) = 24+56+55=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #183837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183837 is #E7C7C8. Grayscale: #2E2E2E. Windows color (decimal): -15189961 or 3618840. OLE color: 3618840.
HSL color Cylindrical-coordinate representation of color #183837: hue angle of 178.12º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183837 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 56 | 55 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.78 |
| HSL | 178.13º | 0.4% | 0.16% | - |
| HSV(B) | 178.13º | 0.57% | 0.22% | - |
| XYZ | 2.48 | 3.3 | 4.12 | - |
| YUV | 46.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 55 | 0.57 | 0 | 0.02 | 0.78 | 178.13 | 0.4 | 0.16 |
| Hex | 18 | 38 | 37 | 39 | 0 | 2 | 4E | B2 | 28 | 10 |
| Octal | 30 | 70 | 67 | 71 | 0 | 2 | 116 | 262 | 50 | 20 |
| Binary | 11000 | 111000 | 110111 | 111001 | 0 | 10 | 1001110 | 10110010 | 101000 | 10000 |
Color Harmonies of #183837
Complementary color
Monochromatic Colors of #183837
Black with #183837
Text Example
Text Example
White with #183837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183837; }
p { color: rgb(24,56,55); }
H1.HeaderClassName
{
color: #183837;
}
.AnyTagClassName
{
color: #183837;
}
</style>
background-color css
<style>
a { background-color: #183837; }
a { background-color: rgb(24,56,55); }
div.DivClassName
{
background-color: #183837;
}
.BgClassName
{
background-color: #183837;
}
</style>
border-color css
<style>
span { border-color: #183837; }
span { border-color: rgb(24,56,55); }
td.TdClassName
{
border-color: #183837;
}
.TagClassName
{
border-color: #183837;
}
</style>