Shades of Nordic #18393A
Tints of Nordic #18393A
RGB
CMYK
RGB Variations
Color information
#18393A (or 0x18393A) is known color: Nordic. HEX triplet: 18, 39 and 3A. RGB value is (24,57,58). Sum of RGB (Red+Green+Blue) = 24+57+58=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #18393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18393A is #E7C6C5. Grayscale: #2F2F2F. Windows color (decimal): -15189702 or 3815704. OLE color: 3815704.
HSL color Cylindrical-coordinate representation of color #18393A: hue angle of 181.76º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18393A is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 57 | 58 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.77 |
| HSL | 181.76º | 0.41% | 0.16% | - |
| HSV(B) | 181.76º | 0.59% | 0.23% | - |
| XYZ | 2.6 | 3.43 | 4.53 | - |
| YUV | 47.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 58 | 0.59 | 0.02 | 0 | 0.77 | 181.76 | 0.41 | 0.16 |
| Hex | 18 | 39 | 3A | 3B | 2 | 0 | 4D | B6 | 29 | 10 |
| Octal | 30 | 71 | 72 | 73 | 2 | 0 | 115 | 266 | 51 | 20 |
| Binary | 11000 | 111001 | 111010 | 111011 | 10 | 0 | 1001101 | 10110110 | 101001 | 10000 |
Color Harmonies of #18393A
Complementary color
Monochromatic Colors of #18393A
Black with #18393A
Text Example
Text Example
White with #18393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18393A; }
p { color: rgb(24,57,58); }
H1.HeaderClassName
{
color: #18393A;
}
.AnyTagClassName
{
color: #18393A;
}
</style>
background-color css
<style>
a { background-color: #18393A; }
a { background-color: rgb(24,57,58); }
div.DivClassName
{
background-color: #18393A;
}
.BgClassName
{
background-color: #18393A;
}
</style>
border-color css
<style>
span { border-color: #18393A; }
span { border-color: rgb(24,57,58); }
td.TdClassName
{
border-color: #18393A;
}
.TagClassName
{
border-color: #18393A;
}
</style>