Shades of Nordic #183435
Tints of Nordic #183435
RGB
CMYK
RGB Variations
Color information
#183435 (or 0x183435) is known color: Nordic. HEX triplet: 18, 34 and 35. RGB value is (24,52,53). Sum of RGB (Red+Green+Blue) = 24+52+53=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 53 - color contains mainly: blue. Hex color #183435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183435 is #E7CBCA. Grayscale: #2B2B2B. Windows color (decimal): -15190987 or 3486744. OLE color: 3486744.
HSL color Cylindrical-coordinate representation of color #183435: hue angle of 182.07º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #183435 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 52 | 53 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.79 |
| HSL | 182.07º | 0.38% | 0.15% | - |
| HSV(B) | 182.07º | 0.55% | 0.21% | - |
| XYZ | 2.25 | 2.91 | 3.81 | - |
| YUV | 43.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 53 | 0.55 | 0.02 | 0 | 0.79 | 182.07 | 0.38 | 0.15 |
| Hex | 18 | 34 | 35 | 37 | 2 | 0 | 4F | B6 | 26 | F |
| Octal | 30 | 64 | 65 | 67 | 2 | 0 | 117 | 266 | 46 | 17 |
| Binary | 11000 | 110100 | 110101 | 110111 | 10 | 0 | 1001111 | 10110110 | 100110 | 1111 |
Color Harmonies of #183435
Complementary color
Monochromatic Colors of #183435
Black with #183435
Text Example
Text Example
White with #183435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183435; }
p { color: rgb(24,52,53); }
H1.HeaderClassName
{
color: #183435;
}
.AnyTagClassName
{
color: #183435;
}
</style>
background-color css
<style>
a { background-color: #183435; }
a { background-color: rgb(24,52,53); }
div.DivClassName
{
background-color: #183435;
}
.BgClassName
{
background-color: #183435;
}
</style>
border-color css
<style>
span { border-color: #183435; }
span { border-color: rgb(24,52,53); }
td.TdClassName
{
border-color: #183435;
}
.TagClassName
{
border-color: #183435;
}
</style>