Shades of Nordic #183437
Tints of Nordic #183437
RGB
CMYK
RGB Variations
Color information
#183437 (or 0x183437) is known color: Nordic. HEX triplet: 18, 34 and 37. RGB value is (24,52,55). Sum of RGB (Red+Green+Blue) = 24+52+55=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 55 - color contains mainly: blue. Hex color #183437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183437 is #E7CBC8. Grayscale: #2B2B2B. Windows color (decimal): -15190985 or 3617816. OLE color: 3617816.
HSL color Cylindrical-coordinate representation of color #183437: hue angle of 185.81º 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 #183437 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 52 | 55 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.78 |
| HSL | 185.81º | 0.39% | 0.15% | - |
| HSV(B) | 185.81º | 0.56% | 0.22% | - |
| XYZ | 2.29 | 2.93 | 4.06 | - |
| YUV | 43.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 55 | 0.56 | 0.05 | 0 | 0.78 | 185.81 | 0.39 | 0.15 |
| Hex | 18 | 34 | 37 | 38 | 5 | 0 | 4E | BA | 27 | F |
| Octal | 30 | 64 | 67 | 70 | 5 | 0 | 116 | 272 | 47 | 17 |
| Binary | 11000 | 110100 | 110111 | 111000 | 101 | 0 | 1001110 | 10111010 | 100111 | 1111 |
Color Harmonies of #183437
Complementary color
Monochromatic Colors of #183437
Black with #183437
Text Example
Text Example
White with #183437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183437; }
p { color: rgb(24,52,55); }
H1.HeaderClassName
{
color: #183437;
}
.AnyTagClassName
{
color: #183437;
}
</style>
background-color css
<style>
a { background-color: #183437; }
a { background-color: rgb(24,52,55); }
div.DivClassName
{
background-color: #183437;
}
.BgClassName
{
background-color: #183437;
}
</style>
border-color css
<style>
span { border-color: #183437; }
span { border-color: rgb(24,52,55); }
td.TdClassName
{
border-color: #183437;
}
.TagClassName
{
border-color: #183437;
}
</style>