Shades of Nordic #183239
Tints of Nordic #183239
RGB
CMYK
RGB Variations
Color information
#183239 (or 0x183239) is known color: Nordic. HEX triplet: 18, 32 and 39. RGB value is (24,50,57). Sum of RGB (Red+Green+Blue) = 24+50+57=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #183239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183239 is #E7CDC6. Grayscale: #2A2A2A. Windows color (decimal): -15191495 or 3748376. OLE color: 3748376.
HSL color Cylindrical-coordinate representation of color #183239: hue angle of 192.73º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183239 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 50 | 57 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.78 |
| HSL | 192.73º | 0.41% | 0.16% | - |
| HSV(B) | 192.73º | 0.58% | 0.22% | - |
| XYZ | 2.26 | 2.77 | 4.29 | - |
| YUV | 43.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 57 | 0.58 | 0.12 | 0 | 0.78 | 192.73 | 0.41 | 0.16 |
| Hex | 18 | 32 | 39 | 3A | C | 0 | 4E | C1 | 29 | 10 |
| Octal | 30 | 62 | 71 | 72 | 14 | 0 | 116 | 301 | 51 | 20 |
| Binary | 11000 | 110010 | 111001 | 111010 | 1100 | 0 | 1001110 | 11000001 | 101001 | 10000 |
Color Harmonies of #183239
Complementary color
Monochromatic Colors of #183239
Black with #183239
Text Example
Text Example
White with #183239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183239; }
p { color: rgb(24,50,57); }
H1.HeaderClassName
{
color: #183239;
}
.AnyTagClassName
{
color: #183239;
}
</style>
background-color css
<style>
a { background-color: #183239; }
a { background-color: rgb(24,50,57); }
div.DivClassName
{
background-color: #183239;
}
.BgClassName
{
background-color: #183239;
}
</style>
border-color css
<style>
span { border-color: #183239; }
span { border-color: rgb(24,50,57); }
td.TdClassName
{
border-color: #183239;
}
.TagClassName
{
border-color: #183239;
}
</style>