Shades of Nordic #18343C
Tints of Nordic #18343C
RGB
CMYK
RGB Variations
Color information
#18343C (or 0x18343C) is known color: Nordic. HEX triplet: 18, 34 and 3C. RGB value is (24,52,60). Sum of RGB (Red+Green+Blue) = 24+52+60=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #18343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18343C is #E7CBC3. Grayscale: #2C2C2C. Windows color (decimal): -15190980 or 3945496. OLE color: 3945496.
HSL color Cylindrical-coordinate representation of color #18343C: hue angle of 193.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18343C is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 52 | 60 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.76 |
| HSL | 193.33º | 0.43% | 0.16% | - |
| HSV(B) | 193.33º | 0.6% | 0.24% | - |
| XYZ | 2.42 | 2.98 | 4.72 | - |
| YUV | 44.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 60 | 0.60 | 0.13 | 0 | 0.76 | 193.33 | 0.43 | 0.16 |
| Hex | 18 | 34 | 3C | 3C | D | 0 | 4C | C1 | 2B | 10 |
| Octal | 30 | 64 | 74 | 74 | 15 | 0 | 114 | 301 | 53 | 20 |
| Binary | 11000 | 110100 | 111100 | 111100 | 1101 | 0 | 1001100 | 11000001 | 101011 | 10000 |
Color Harmonies of #18343C
Complementary color
Monochromatic Colors of #18343C
Black with #18343C
Text Example
Text Example
White with #18343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18343C; }
p { color: rgb(24,52,60); }
H1.HeaderClassName
{
color: #18343C;
}
.AnyTagClassName
{
color: #18343C;
}
</style>
background-color css
<style>
a { background-color: #18343C; }
a { background-color: rgb(24,52,60); }
div.DivClassName
{
background-color: #18343C;
}
.BgClassName
{
background-color: #18343C;
}
</style>
border-color css
<style>
span { border-color: #18343C; }
span { border-color: rgb(24,52,60); }
td.TdClassName
{
border-color: #18343C;
}
.TagClassName
{
border-color: #18343C;
}
</style>