Shades of Nordic #183636
Tints of Nordic #183636
RGB
CMYK
RGB Variations
Color information
#183636 (or 0x183636) is known color: Nordic. HEX triplet: 18, 36 and 36. RGB value is (24,54,54). Sum of RGB (Red+Green+Blue) = 24+54+54=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #183636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183636 is #E7C9C9. Grayscale: #2D2D2D. Windows color (decimal): -15190474 or 3552792. OLE color: 3552792.
HSL color Cylindrical-coordinate representation of color #183636: hue angle of 180º 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 #183636 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 54 | 54 | - |
| CMYK | 0.56 | 0 | 0 | 0.79 |
| HSL | 180º | 0.38% | 0.15% | - |
| HSV(B) | 180º | 0.56% | 0.21% | - |
| XYZ | 2.36 | 3.1 | 3.96 | - |
| YUV | 45.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 54 | 0.56 | 0 | 0 | 0.79 | 180 | 0.38 | 0.15 |
| Hex | 18 | 36 | 36 | 38 | 0 | 0 | 4F | B4 | 26 | F |
| Octal | 30 | 66 | 66 | 70 | 0 | 0 | 117 | 264 | 46 | 17 |
| Binary | 11000 | 110110 | 110110 | 111000 | 0 | 0 | 1001111 | 10110100 | 100110 | 1111 |
Color Harmonies of #183636
Complementary color
Monochromatic Colors of #183636
Black with #183636
Text Example
Text Example
White with #183636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183636; }
p { color: rgb(24,54,54); }
H1.HeaderClassName
{
color: #183636;
}
.AnyTagClassName
{
color: #183636;
}
</style>
background-color css
<style>
a { background-color: #183636; }
a { background-color: rgb(24,54,54); }
div.DivClassName
{
background-color: #183636;
}
.BgClassName
{
background-color: #183636;
}
</style>
border-color css
<style>
span { border-color: #183636; }
span { border-color: rgb(24,54,54); }
td.TdClassName
{
border-color: #183636;
}
.TagClassName
{
border-color: #183636;
}
</style>