Shades of Nordic #24393D
Tints of Nordic #24393D
RGB
CMYK
RGB Variations
Color information
#24393D (or 0x24393D) is known color: Nordic. HEX triplet: 24, 39 and 3D. RGB value is (36,57,61). Sum of RGB (Red+Green+Blue) = 36+57+61=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #24393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24393D is #DBC6C2. Grayscale: #333333. Windows color (decimal): -14403267 or 4012324. OLE color: 4012324.
HSL color Cylindrical-coordinate representation of color #24393D: hue angle of 189.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #24393D is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 57 | 61 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.76 |
| HSL | 189.6º | 0.26% | 0.19% | - |
| HSV(B) | 189.6º | 0.41% | 0.24% | - |
| XYZ | 3.03 | 3.64 | 4.96 | - |
| YUV | 51.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 61 | 0.41 | 0.07 | 0 | 0.76 | 189.6 | 0.26 | 0.19 |
| Hex | 24 | 39 | 3D | 29 | 7 | 0 | 4C | BE | 1A | 13 |
| Octal | 44 | 71 | 75 | 51 | 7 | 0 | 114 | 276 | 32 | 23 |
| Binary | 100100 | 111001 | 111101 | 101001 | 111 | 0 | 1001100 | 10111110 | 11010 | 10011 |
Color Harmonies of #24393D
Complementary color
Monochromatic Colors of #24393D
Black with #24393D
Text Example
Text Example
White with #24393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24393D; }
p { color: rgb(36,57,61); }
H1.HeaderClassName
{
color: #24393D;
}
.AnyTagClassName
{
color: #24393D;
}
</style>
background-color css
<style>
a { background-color: #24393D; }
a { background-color: rgb(36,57,61); }
div.DivClassName
{
background-color: #24393D;
}
.BgClassName
{
background-color: #24393D;
}
</style>
border-color css
<style>
span { border-color: #24393D; }
span { border-color: rgb(36,57,61); }
td.TdClassName
{
border-color: #24393D;
}
.TagClassName
{
border-color: #24393D;
}
</style>