Shades of Nordic #18363D
Tints of Nordic #18363D
RGB
CMYK
RGB Variations
Color information
#18363D (or 0x18363D) is known color: Nordic. HEX triplet: 18, 36 and 3D. RGB value is (24,54,61). Sum of RGB (Red+Green+Blue) = 24+54+61=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #18363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363D is #E7C9C2. Grayscale: #2D2D2D. Windows color (decimal): -15190467 or 4011544. OLE color: 4011544.
HSL color Cylindrical-coordinate representation of color #18363D: hue angle of 191.35º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18363D is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 54 | 61 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.76 |
| HSL | 191.35º | 0.44% | 0.17% | - |
| HSV(B) | 191.35º | 0.61% | 0.24% | - |
| XYZ | 2.54 | 3.17 | 4.89 | - |
| YUV | 45.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 61 | 0.61 | 0.11 | 0 | 0.76 | 191.35 | 0.44 | 0.17 |
| Hex | 18 | 36 | 3D | 3D | B | 0 | 4C | BF | 2C | 11 |
| Octal | 30 | 66 | 75 | 75 | 13 | 0 | 114 | 277 | 54 | 21 |
| Binary | 11000 | 110110 | 111101 | 111101 | 1011 | 0 | 1001100 | 10111111 | 101100 | 10001 |
Color Harmonies of #18363D
Complementary color
Monochromatic Colors of #18363D
Black with #18363D
Text Example
Text Example
White with #18363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18363D; }
p { color: rgb(24,54,61); }
H1.HeaderClassName
{
color: #18363D;
}
.AnyTagClassName
{
color: #18363D;
}
</style>
background-color css
<style>
a { background-color: #18363D; }
a { background-color: rgb(24,54,61); }
div.DivClassName
{
background-color: #18363D;
}
.BgClassName
{
background-color: #18363D;
}
</style>
border-color css
<style>
span { border-color: #18363D; }
span { border-color: rgb(24,54,61); }
td.TdClassName
{
border-color: #18363D;
}
.TagClassName
{
border-color: #18363D;
}
</style>