Shades of Nordic #183338
Tints of Nordic #183338
RGB
CMYK
RGB Variations
Color information
#183338 (or 0x183338) is known color: Nordic. HEX triplet: 18, 33 and 38. RGB value is (24,51,56). Sum of RGB (Red+Green+Blue) = 24+51+56=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #183338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183338 is #E7CCC7. Grayscale: #2B2B2B. Windows color (decimal): -15191240 or 3683096. OLE color: 3683096.
HSL color Cylindrical-coordinate representation of color #183338: hue angle of 189.38º 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 #183338 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 51 | 56 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.78 |
| HSL | 189.38º | 0.4% | 0.16% | - |
| HSV(B) | 189.38º | 0.57% | 0.22% | - |
| XYZ | 2.27 | 2.85 | 4.17 | - |
| YUV | 43.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 56 | 0.57 | 0.09 | 0 | 0.78 | 189.38 | 0.4 | 0.16 |
| Hex | 18 | 33 | 38 | 39 | 9 | 0 | 4E | BD | 28 | 10 |
| Octal | 30 | 63 | 70 | 71 | 11 | 0 | 116 | 275 | 50 | 20 |
| Binary | 11000 | 110011 | 111000 | 111001 | 1001 | 0 | 1001110 | 10111101 | 101000 | 10000 |
Color Harmonies of #183338
Complementary color
Monochromatic Colors of #183338
Black with #183338
Text Example
Text Example
White with #183338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183338; }
p { color: rgb(24,51,56); }
H1.HeaderClassName
{
color: #183338;
}
.AnyTagClassName
{
color: #183338;
}
</style>
background-color css
<style>
a { background-color: #183338; }
a { background-color: rgb(24,51,56); }
div.DivClassName
{
background-color: #183338;
}
.BgClassName
{
background-color: #183338;
}
</style>
border-color css
<style>
span { border-color: #183338; }
span { border-color: rgb(24,51,56); }
td.TdClassName
{
border-color: #183338;
}
.TagClassName
{
border-color: #183338;
}
</style>