Shades of Nordic #24383B
Tints of Nordic #24383B
RGB
CMYK
RGB Variations
Color information
#24383B (or 0x24383B) is known color: Nordic. HEX triplet: 24, 38 and 3B. RGB value is (36,56,59). Sum of RGB (Red+Green+Blue) = 36+56+59=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 59 - color contains mainly: blue. Hex color #24383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24383B is #DBC7C4. Grayscale: #323232. Windows color (decimal): -14403525 or 3880996. OLE color: 3880996.
HSL color Cylindrical-coordinate representation of color #24383B: hue angle of 187.83º 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 #24383B is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 56 | 59 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.77 |
| HSL | 187.83º | 0.24% | 0.19% | - |
| HSV(B) | 187.83º | 0.39% | 0.23% | - |
| XYZ | 2.93 | 3.52 | 4.66 | - |
| YUV | 50.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 59 | 0.39 | 0.05 | 0 | 0.77 | 187.83 | 0.24 | 0.19 |
| Hex | 24 | 38 | 3B | 27 | 5 | 0 | 4D | BC | 18 | 13 |
| Octal | 44 | 70 | 73 | 47 | 5 | 0 | 115 | 274 | 30 | 23 |
| Binary | 100100 | 111000 | 111011 | 100111 | 101 | 0 | 1001101 | 10111100 | 11000 | 10011 |
Color Harmonies of #24383B
Complementary color
Monochromatic Colors of #24383B
Black with #24383B
Text Example
Text Example
White with #24383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24383B; }
p { color: rgb(36,56,59); }
H1.HeaderClassName
{
color: #24383B;
}
.AnyTagClassName
{
color: #24383B;
}
</style>
background-color css
<style>
a { background-color: #24383B; }
a { background-color: rgb(36,56,59); }
div.DivClassName
{
background-color: #24383B;
}
.BgClassName
{
background-color: #24383B;
}
</style>
border-color css
<style>
span { border-color: #24383B; }
span { border-color: rgb(36,56,59); }
td.TdClassName
{
border-color: #24383B;
}
.TagClassName
{
border-color: #24383B;
}
</style>