Shades of Nordic #183238
Tints of Nordic #183238
RGB
CMYK
RGB Variations
Color information
#183238 (or 0x183238) is known color: Nordic. HEX triplet: 18, 32 and 38. RGB value is (24,50,56). Sum of RGB (Red+Green+Blue) = 24+50+56=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #183238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183238 is #E7CDC7. Grayscale: #2A2A2A. Windows color (decimal): -15191496 or 3682840. OLE color: 3682840.
HSL color Cylindrical-coordinate representation of color #183238: hue angle of 191.25º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183238 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 50 | 56 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.78 |
| HSL | 191.25º | 0.4% | 0.16% | - |
| HSV(B) | 191.25º | 0.57% | 0.22% | - |
| XYZ | 2.23 | 2.76 | 4.16 | - |
| YUV | 42.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 56 | 0.57 | 0.11 | 0 | 0.78 | 191.25 | 0.4 | 0.16 |
| Hex | 18 | 32 | 38 | 39 | B | 0 | 4E | BF | 28 | 10 |
| Octal | 30 | 62 | 70 | 71 | 13 | 0 | 116 | 277 | 50 | 20 |
| Binary | 11000 | 110010 | 111000 | 111001 | 1011 | 0 | 1001110 | 10111111 | 101000 | 10000 |
Color Harmonies of #183238
Complementary color
Monochromatic Colors of #183238
Black with #183238
Text Example
Text Example
White with #183238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183238; }
p { color: rgb(24,50,56); }
H1.HeaderClassName
{
color: #183238;
}
.AnyTagClassName
{
color: #183238;
}
</style>
background-color css
<style>
a { background-color: #183238; }
a { background-color: rgb(24,50,56); }
div.DivClassName
{
background-color: #183238;
}
.BgClassName
{
background-color: #183238;
}
</style>
border-color css
<style>
span { border-color: #183238; }
span { border-color: rgb(24,50,56); }
td.TdClassName
{
border-color: #183238;
}
.TagClassName
{
border-color: #183238;
}
</style>