Shades of Nordic #18323A
Tints of Nordic #18323A
RGB
CMYK
RGB Variations
Color information
#18323A (or 0x18323A) is known color: Nordic. HEX triplet: 18, 32 and 3A. RGB value is (24,50,58). Sum of RGB (Red+Green+Blue) = 24+50+58=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #18323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18323A is #E7CDC5. Grayscale: #2B2B2B. Windows color (decimal): -15191494 or 3813912. OLE color: 3813912.
HSL color Cylindrical-coordinate representation of color #18323A: hue angle of 194.12º 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 #18323A is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 50 | 58 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.77 |
| HSL | 194.12º | 0.41% | 0.16% | - |
| HSV(B) | 194.12º | 0.59% | 0.23% | - |
| XYZ | 2.28 | 2.78 | 4.42 | - |
| YUV | 43.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 58 | 0.59 | 0.14 | 0 | 0.77 | 194.12 | 0.41 | 0.16 |
| Hex | 18 | 32 | 3A | 3B | E | 0 | 4D | C2 | 29 | 10 |
| Octal | 30 | 62 | 72 | 73 | 16 | 0 | 115 | 302 | 51 | 20 |
| Binary | 11000 | 110010 | 111010 | 111011 | 1110 | 0 | 1001101 | 11000010 | 101001 | 10000 |
Color Harmonies of #18323A
Complementary color
Monochromatic Colors of #18323A
Black with #18323A
Text Example
Text Example
White with #18323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18323A; }
p { color: rgb(24,50,58); }
H1.HeaderClassName
{
color: #18323A;
}
.AnyTagClassName
{
color: #18323A;
}
</style>
background-color css
<style>
a { background-color: #18323A; }
a { background-color: rgb(24,50,58); }
div.DivClassName
{
background-color: #18323A;
}
.BgClassName
{
background-color: #18323A;
}
</style>
border-color css
<style>
span { border-color: #18323A; }
span { border-color: rgb(24,50,58); }
td.TdClassName
{
border-color: #18323A;
}
.TagClassName
{
border-color: #18323A;
}
</style>