Shades of Nordic #183138
Tints of Nordic #183138
RGB
CMYK
RGB Variations
Color information
#183138 (or 0x183138) is known color: Nordic. HEX triplet: 18, 31 and 38. RGB value is (24,49,56). Sum of RGB (Red+Green+Blue) = 24+49+56=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #183138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183138 is #E7CEC7. Grayscale: #2A2A2A. Windows color (decimal): -15191752 or 3682584. OLE color: 3682584.
HSL color Cylindrical-coordinate representation of color #183138: hue angle of 193.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 #183138 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 49 | 56 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.78 |
| HSL | 193.13º | 0.4% | 0.16% | - |
| HSV(B) | 193.13º | 0.57% | 0.22% | - |
| XYZ | 2.19 | 2.68 | 4.14 | - |
| YUV | 42.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 56 | 0.57 | 0.12 | 0 | 0.78 | 193.13 | 0.4 | 0.16 |
| Hex | 18 | 31 | 38 | 39 | C | 0 | 4E | C1 | 28 | 10 |
| Octal | 30 | 61 | 70 | 71 | 14 | 0 | 116 | 301 | 50 | 20 |
| Binary | 11000 | 110001 | 111000 | 111001 | 1100 | 0 | 1001110 | 11000001 | 101000 | 10000 |
Color Harmonies of #183138
Complementary color
Monochromatic Colors of #183138
Black with #183138
Text Example
Text Example
White with #183138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183138; }
p { color: rgb(24,49,56); }
H1.HeaderClassName
{
color: #183138;
}
.AnyTagClassName
{
color: #183138;
}
</style>
background-color css
<style>
a { background-color: #183138; }
a { background-color: rgb(24,49,56); }
div.DivClassName
{
background-color: #183138;
}
.BgClassName
{
background-color: #183138;
}
</style>
border-color css
<style>
span { border-color: #183138; }
span { border-color: rgb(24,49,56); }
td.TdClassName
{
border-color: #183138;
}
.TagClassName
{
border-color: #183138;
}
</style>