Shades of Nordic #183436
Tints of Nordic #183436
RGB
CMYK
RGB Variations
Color information
#183436 (or 0x183436) is known color: Nordic. HEX triplet: 18, 34 and 36. RGB value is (24,52,54). Sum of RGB (Red+Green+Blue) = 24+52+54=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 54 - color contains mainly: blue. Hex color #183436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183436 is #E7CBC9. Grayscale: #2B2B2B. Windows color (decimal): -15190986 or 3552280. OLE color: 3552280.
HSL color Cylindrical-coordinate representation of color #183436: hue angle of 184º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183436 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 52 | 54 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.79 |
| HSL | 184º | 0.38% | 0.15% | - |
| HSV(B) | 184º | 0.56% | 0.21% | - |
| XYZ | 2.27 | 2.92 | 3.93 | - |
| YUV | 43.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 54 | 0.56 | 0.04 | 0 | 0.79 | 184 | 0.38 | 0.15 |
| Hex | 18 | 34 | 36 | 38 | 4 | 0 | 4F | B8 | 26 | F |
| Octal | 30 | 64 | 66 | 70 | 4 | 0 | 117 | 270 | 46 | 17 |
| Binary | 11000 | 110100 | 110110 | 111000 | 100 | 0 | 1001111 | 10111000 | 100110 | 1111 |
Color Harmonies of #183436
Complementary color
Monochromatic Colors of #183436
Black with #183436
Text Example
Text Example
White with #183436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183436; }
p { color: rgb(24,52,54); }
H1.HeaderClassName
{
color: #183436;
}
.AnyTagClassName
{
color: #183436;
}
</style>
background-color css
<style>
a { background-color: #183436; }
a { background-color: rgb(24,52,54); }
div.DivClassName
{
background-color: #183436;
}
.BgClassName
{
background-color: #183436;
}
</style>
border-color css
<style>
span { border-color: #183436; }
span { border-color: rgb(24,52,54); }
td.TdClassName
{
border-color: #183436;
}
.TagClassName
{
border-color: #183436;
}
</style>