Shades of Nordic #183D3F
Tints of Nordic #183D3F
RGB
CMYK
RGB Variations
Color information
#183D3F (or 0x183D3F) is known color: Nordic. HEX triplet: 18, 3D and 3F. RGB value is (24,61,63). Sum of RGB (Red+Green+Blue) = 24+61+63=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 63 - color contains mainly: blue. Hex color #183D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183D3F is #E7C2C0. Grayscale: #323232. Windows color (decimal): -15188673 or 4144408. OLE color: 4144408.
HSL color Cylindrical-coordinate representation of color #183D3F: hue angle of 183.08º 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 #183D3F is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 61 | 63 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.75 |
| HSL | 183.08º | 0.45% | 0.17% | - |
| HSV(B) | 183.08º | 0.62% | 0.25% | - |
| XYZ | 2.94 | 3.89 | 5.3 | - |
| YUV | 50.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 63 | 0.62 | 0.03 | 0 | 0.75 | 183.08 | 0.45 | 0.17 |
| Hex | 18 | 3D | 3F | 3E | 3 | 0 | 4B | B7 | 2D | 11 |
| Octal | 30 | 75 | 77 | 76 | 3 | 0 | 113 | 267 | 55 | 21 |
| Binary | 11000 | 111101 | 111111 | 111110 | 11 | 0 | 1001011 | 10110111 | 101101 | 10001 |
Color Harmonies of #183D3F
Complementary color
Monochromatic Colors of #183D3F
Black with #183D3F
Text Example
Text Example
White with #183D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D3F; }
p { color: rgb(24,61,63); }
H1.HeaderClassName
{
color: #183D3F;
}
.AnyTagClassName
{
color: #183D3F;
}
</style>
background-color css
<style>
a { background-color: #183D3F; }
a { background-color: rgb(24,61,63); }
div.DivClassName
{
background-color: #183D3F;
}
.BgClassName
{
background-color: #183D3F;
}
</style>
border-color css
<style>
span { border-color: #183D3F; }
span { border-color: rgb(24,61,63); }
td.TdClassName
{
border-color: #183D3F;
}
.TagClassName
{
border-color: #183D3F;
}
</style>