Shades of Nordic #183736
Tints of Nordic #183736
RGB
CMYK
RGB Variations
Color information
#183736 (or 0x183736) is known color: Nordic. HEX triplet: 18, 37 and 36. RGB value is (24,55,54). Sum of RGB (Red+Green+Blue) = 24+55+54=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #183736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183736 is #E7C8C9. Grayscale: #2D2D2D. Windows color (decimal): -15190218 or 3553048. OLE color: 3553048.
HSL color Cylindrical-coordinate representation of color #183736: hue angle of 178.06º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183736 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 55 | 54 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.78 |
| HSL | 178.06º | 0.39% | 0.15% | - |
| HSV(B) | 178.06º | 0.56% | 0.22% | - |
| XYZ | 2.41 | 3.19 | 3.98 | - |
| YUV | 45.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 54 | 0.56 | 0 | 0.02 | 0.78 | 178.06 | 0.39 | 0.15 |
| Hex | 18 | 37 | 36 | 38 | 0 | 2 | 4E | B2 | 27 | F |
| Octal | 30 | 67 | 66 | 70 | 0 | 2 | 116 | 262 | 47 | 17 |
| Binary | 11000 | 110111 | 110110 | 111000 | 0 | 10 | 1001110 | 10110010 | 100111 | 1111 |
Color Harmonies of #183736
Complementary color
Monochromatic Colors of #183736
Black with #183736
Text Example
Text Example
White with #183736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183736; }
p { color: rgb(24,55,54); }
H1.HeaderClassName
{
color: #183736;
}
.AnyTagClassName
{
color: #183736;
}
</style>
background-color css
<style>
a { background-color: #183736; }
a { background-color: rgb(24,55,54); }
div.DivClassName
{
background-color: #183736;
}
.BgClassName
{
background-color: #183736;
}
</style>
border-color css
<style>
span { border-color: #183736; }
span { border-color: rgb(24,55,54); }
td.TdClassName
{
border-color: #183736;
}
.TagClassName
{
border-color: #183736;
}
</style>