Shades of Nordic #24393B
Tints of Nordic #24393B
RGB
CMYK
RGB Variations
Color information
#24393B (or 0x24393B) is known color: Nordic. HEX triplet: 24, 39 and 3B. RGB value is (36,57,59). Sum of RGB (Red+Green+Blue) = 36+57+59=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #24393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24393B is #DBC6C4. Grayscale: #323232. Windows color (decimal): -14403269 or 3881252. OLE color: 3881252.
HSL color Cylindrical-coordinate representation of color #24393B: hue angle of 185.22º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #24393B is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 57 | 59 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.77 |
| HSL | 185.22º | 0.24% | 0.19% | - |
| HSV(B) | 185.22º | 0.39% | 0.23% | - |
| XYZ | 2.98 | 3.62 | 4.68 | - |
| YUV | 50.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 59 | 0.39 | 0.03 | 0 | 0.77 | 185.22 | 0.24 | 0.19 |
| Hex | 24 | 39 | 3B | 27 | 3 | 0 | 4D | B9 | 18 | 13 |
| Octal | 44 | 71 | 73 | 47 | 3 | 0 | 115 | 271 | 30 | 23 |
| Binary | 100100 | 111001 | 111011 | 100111 | 11 | 0 | 1001101 | 10111001 | 11000 | 10011 |
Color Harmonies of #24393B
Complementary color
Monochromatic Colors of #24393B
Black with #24393B
Text Example
Text Example
White with #24393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24393B; }
p { color: rgb(36,57,59); }
H1.HeaderClassName
{
color: #24393B;
}
.AnyTagClassName
{
color: #24393B;
}
</style>
background-color css
<style>
a { background-color: #24393B; }
a { background-color: rgb(36,57,59); }
div.DivClassName
{
background-color: #24393B;
}
.BgClassName
{
background-color: #24393B;
}
</style>
border-color css
<style>
span { border-color: #24393B; }
span { border-color: rgb(36,57,59); }
td.TdClassName
{
border-color: #24393B;
}
.TagClassName
{
border-color: #24393B;
}
</style>