Shades of Nordic #183735
Tints of Nordic #183735
RGB
CMYK
RGB Variations
Color information
#183735 (or 0x183735) is known color: Nordic. HEX triplet: 18, 37 and 35. RGB value is (24,55,53). Sum of RGB (Red+Green+Blue) = 24+55+53=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #183735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183735 is #E7C8CA. Grayscale: #2D2D2D. Windows color (decimal): -15190219 or 3487512. OLE color: 3487512.
HSL color Cylindrical-coordinate representation of color #183735: hue angle of 176.13º 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 #183735 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 55 | 53 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.78 |
| HSL | 176.13º | 0.39% | 0.15% | - |
| HSV(B) | 176.13º | 0.56% | 0.22% | - |
| XYZ | 2.39 | 3.18 | 3.86 | - |
| YUV | 45.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 53 | 0.56 | 0 | 0.04 | 0.78 | 176.13 | 0.39 | 0.15 |
| Hex | 18 | 37 | 35 | 38 | 0 | 4 | 4E | B0 | 27 | F |
| Octal | 30 | 67 | 65 | 70 | 0 | 4 | 116 | 260 | 47 | 17 |
| Binary | 11000 | 110111 | 110101 | 111000 | 0 | 100 | 1001110 | 10110000 | 100111 | 1111 |
Color Harmonies of #183735
Complementary color
Monochromatic Colors of #183735
Black with #183735
Text Example
Text Example
White with #183735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183735; }
p { color: rgb(24,55,53); }
H1.HeaderClassName
{
color: #183735;
}
.AnyTagClassName
{
color: #183735;
}
</style>
background-color css
<style>
a { background-color: #183735; }
a { background-color: rgb(24,55,53); }
div.DivClassName
{
background-color: #183735;
}
.BgClassName
{
background-color: #183735;
}
</style>
border-color css
<style>
span { border-color: #183735; }
span { border-color: rgb(24,55,53); }
td.TdClassName
{
border-color: #183735;
}
.TagClassName
{
border-color: #183735;
}
</style>