Shades of Nordic #183839
Tints of Nordic #183839
RGB
CMYK
RGB Variations
Color information
#183839 (or 0x183839) is known color: Nordic. HEX triplet: 18, 38 and 39. RGB value is (24,56,57). Sum of RGB (Red+Green+Blue) = 24+56+57=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 57 - color contains mainly: blue. Hex color #183839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183839 is #E7C7C6. Grayscale: #2E2E2E. Windows color (decimal): -15189959 or 3749912. OLE color: 3749912.
HSL color Cylindrical-coordinate representation of color #183839: hue angle of 181.82º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183839 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 56 | 57 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.78 |
| HSL | 181.82º | 0.41% | 0.16% | - |
| HSV(B) | 181.82º | 0.58% | 0.22% | - |
| XYZ | 2.53 | 3.32 | 4.38 | - |
| YUV | 46.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 57 | 0.58 | 0.02 | 0 | 0.78 | 181.82 | 0.41 | 0.16 |
| Hex | 18 | 38 | 39 | 3A | 2 | 0 | 4E | B6 | 29 | 10 |
| Octal | 30 | 70 | 71 | 72 | 2 | 0 | 116 | 266 | 51 | 20 |
| Binary | 11000 | 111000 | 111001 | 111010 | 10 | 0 | 1001110 | 10110110 | 101001 | 10000 |
Color Harmonies of #183839
Complementary color
Monochromatic Colors of #183839
Black with #183839
Text Example
Text Example
White with #183839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183839; }
p { color: rgb(24,56,57); }
H1.HeaderClassName
{
color: #183839;
}
.AnyTagClassName
{
color: #183839;
}
</style>
background-color css
<style>
a { background-color: #183839; }
a { background-color: rgb(24,56,57); }
div.DivClassName
{
background-color: #183839;
}
.BgClassName
{
background-color: #183839;
}
</style>
border-color css
<style>
span { border-color: #183839; }
span { border-color: rgb(24,56,57); }
td.TdClassName
{
border-color: #183839;
}
.TagClassName
{
border-color: #183839;
}
</style>