Shades of Nordic #183438
Tints of Nordic #183438
RGB
CMYK
RGB Variations
Color information
#183438 (or 0x183438) is known color: Nordic. HEX triplet: 18, 34 and 38. RGB value is (24,52,56). Sum of RGB (Red+Green+Blue) = 24+52+56=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #183438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183438 is #E7CBC7. Grayscale: #2C2C2C. Windows color (decimal): -15190984 or 3683352. OLE color: 3683352.
HSL color Cylindrical-coordinate representation of color #183438: hue angle of 187.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183438 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 52 | 56 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.78 |
| HSL | 187.5º | 0.4% | 0.16% | - |
| HSV(B) | 187.5º | 0.57% | 0.22% | - |
| XYZ | 2.32 | 2.94 | 4.19 | - |
| YUV | 44.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 56 | 0.57 | 0.07 | 0 | 0.78 | 187.5 | 0.4 | 0.16 |
| Hex | 18 | 34 | 38 | 39 | 7 | 0 | 4E | BC | 28 | 10 |
| Octal | 30 | 64 | 70 | 71 | 7 | 0 | 116 | 274 | 50 | 20 |
| Binary | 11000 | 110100 | 111000 | 111001 | 111 | 0 | 1001110 | 10111100 | 101000 | 10000 |
Color Harmonies of #183438
Complementary color
Monochromatic Colors of #183438
Black with #183438
Text Example
Text Example
White with #183438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183438; }
p { color: rgb(24,52,56); }
H1.HeaderClassName
{
color: #183438;
}
.AnyTagClassName
{
color: #183438;
}
</style>
background-color css
<style>
a { background-color: #183438; }
a { background-color: rgb(24,52,56); }
div.DivClassName
{
background-color: #183438;
}
.BgClassName
{
background-color: #183438;
}
</style>
border-color css
<style>
span { border-color: #183438; }
span { border-color: rgb(24,52,56); }
td.TdClassName
{
border-color: #183438;
}
.TagClassName
{
border-color: #183438;
}
</style>