Shades of Nordic #183D40
Tints of Nordic #183D40
RGB
CMYK
RGB Variations
Color information
#183D40 (or 0x183D40) is known color: Nordic. HEX triplet: 18, 3D and 40. RGB value is (24,61,64). Sum of RGB (Red+Green+Blue) = 24+61+64=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #183D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183D40 is #E7C2BF. Grayscale: #323232. Windows color (decimal): -15188672 or 4209944. OLE color: 4209944.
HSL color Cylindrical-coordinate representation of color #183D40: hue angle of 184.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183D40 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 61 | 64 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.75 |
| HSL | 184.5º | 0.45% | 0.17% | - |
| HSV(B) | 184.5º | 0.63% | 0.25% | - |
| XYZ | 2.97 | 3.9 | 5.45 | - |
| YUV | 50.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 64 | 0.62 | 0.05 | 0 | 0.75 | 184.5 | 0.45 | 0.17 |
| Hex | 18 | 3D | 40 | 3E | 5 | 0 | 4B | B8 | 2D | 11 |
| Octal | 30 | 75 | 100 | 76 | 5 | 0 | 113 | 270 | 55 | 21 |
| Binary | 11000 | 111101 | 1000000 | 111110 | 101 | 0 | 1001011 | 10111000 | 101101 | 10001 |
Color Harmonies of #183D40
Complementary color
Monochromatic Colors of #183D40
Black with #183D40
Text Example
Text Example
White with #183D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D40; }
p { color: rgb(24,61,64); }
H1.HeaderClassName
{
color: #183D40;
}
.AnyTagClassName
{
color: #183D40;
}
</style>
background-color css
<style>
a { background-color: #183D40; }
a { background-color: rgb(24,61,64); }
div.DivClassName
{
background-color: #183D40;
}
.BgClassName
{
background-color: #183D40;
}
</style>
border-color css
<style>
span { border-color: #183D40; }
span { border-color: rgb(24,61,64); }
td.TdClassName
{
border-color: #183D40;
}
.TagClassName
{
border-color: #183D40;
}
</style>