Shades of Nordic #183D41
Tints of Nordic #183D41
RGB
CMYK
RGB Variations
Color information
#183D41 (or 0x183D41) is known color: Nordic. HEX triplet: 18, 3D and 41. RGB value is (24,61,65). Sum of RGB (Red+Green+Blue) = 24+61+65=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #183D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183D41 is #E7C2BE. Grayscale: #323232. Windows color (decimal): -15188671 or 4275480. OLE color: 4275480.
HSL color Cylindrical-coordinate representation of color #183D41: hue angle of 185.85º 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 #183D41 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 61 | 65 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.75 |
| HSL | 185.85º | 0.46% | 0.17% | - |
| HSV(B) | 185.85º | 0.63% | 0.25% | - |
| XYZ | 3 | 3.91 | 5.6 | - |
| YUV | 50.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 65 | 0.63 | 0.06 | 0 | 0.75 | 185.85 | 0.46 | 0.17 |
| Hex | 18 | 3D | 41 | 3F | 6 | 0 | 4B | BA | 2E | 11 |
| Octal | 30 | 75 | 101 | 77 | 6 | 0 | 113 | 272 | 56 | 21 |
| Binary | 11000 | 111101 | 1000001 | 111111 | 110 | 0 | 1001011 | 10111010 | 101110 | 10001 |
Color Harmonies of #183D41
Complementary color
Monochromatic Colors of #183D41
Black with #183D41
Text Example
Text Example
White with #183D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D41; }
p { color: rgb(24,61,65); }
H1.HeaderClassName
{
color: #183D41;
}
.AnyTagClassName
{
color: #183D41;
}
</style>
background-color css
<style>
a { background-color: #183D41; }
a { background-color: rgb(24,61,65); }
div.DivClassName
{
background-color: #183D41;
}
.BgClassName
{
background-color: #183D41;
}
</style>
border-color css
<style>
span { border-color: #183D41; }
span { border-color: rgb(24,61,65); }
td.TdClassName
{
border-color: #183D41;
}
.TagClassName
{
border-color: #183D41;
}
</style>