Shades of Nordic #183941
Tints of Nordic #183941
RGB
CMYK
RGB Variations
Color information
#183941 (or 0x183941) is known color: Nordic. HEX triplet: 18, 39 and 41. RGB value is (24,57,65). Sum of RGB (Red+Green+Blue) = 24+57+65=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #183941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183941 is #E7C6BE. Grayscale: #2F2F2F. Windows color (decimal): -15189695 or 4274456. OLE color: 4274456.
HSL color Cylindrical-coordinate representation of color #183941: hue angle of 191.71º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #183941 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 57 | 65 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.75 |
| HSL | 191.71º | 0.46% | 0.17% | - |
| HSV(B) | 191.71º | 0.63% | 0.25% | - |
| XYZ | 2.79 | 3.5 | 5.53 | - |
| YUV | 48.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 65 | 0.63 | 0.12 | 0 | 0.75 | 191.71 | 0.46 | 0.17 |
| Hex | 18 | 39 | 41 | 3F | C | 0 | 4B | C0 | 2E | 11 |
| Octal | 30 | 71 | 101 | 77 | 14 | 0 | 113 | 300 | 56 | 21 |
| Binary | 11000 | 111001 | 1000001 | 111111 | 1100 | 0 | 1001011 | 11000000 | 101110 | 10001 |
Color Harmonies of #183941
Complementary color
Monochromatic Colors of #183941
Black with #183941
Text Example
Text Example
White with #183941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183941; }
p { color: rgb(24,57,65); }
H1.HeaderClassName
{
color: #183941;
}
.AnyTagClassName
{
color: #183941;
}
</style>
background-color css
<style>
a { background-color: #183941; }
a { background-color: rgb(24,57,65); }
div.DivClassName
{
background-color: #183941;
}
.BgClassName
{
background-color: #183941;
}
</style>
border-color css
<style>
span { border-color: #183941; }
span { border-color: rgb(24,57,65); }
td.TdClassName
{
border-color: #183941;
}
.TagClassName
{
border-color: #183941;
}
</style>