Shades of Nordic #183233
Tints of Nordic #183233
RGB
CMYK
RGB Variations
Color information
#183233 (or 0x183233) is known color: Nordic. HEX triplet: 18, 32 and 33. RGB value is (24,50,51). Sum of RGB (Red+Green+Blue) = 24+50+51=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 51 - color contains mainly: blue. Hex color #183233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183233 is #E7CDCC. Grayscale: #2A2A2A. Windows color (decimal): -15191501 or 3355160. OLE color: 3355160.
HSL color Cylindrical-coordinate representation of color #183233: hue angle of 182.22º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183233 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 50 | 51 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.8 |
| HSL | 182.22º | 0.36% | 0.15% | - |
| HSV(B) | 182.22º | 0.53% | 0.2% | - |
| XYZ | 2.11 | 2.71 | 3.54 | - |
| YUV | 42.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 51 | 0.53 | 0.02 | 0 | 0.8 | 182.22 | 0.36 | 0.15 |
| Hex | 18 | 32 | 33 | 35 | 2 | 0 | 50 | B6 | 24 | F |
| Octal | 30 | 62 | 63 | 65 | 2 | 0 | 120 | 266 | 44 | 17 |
| Binary | 11000 | 110010 | 110011 | 110101 | 10 | 0 | 1010000 | 10110110 | 100100 | 1111 |
Color Harmonies of #183233
Complementary color
Monochromatic Colors of #183233
Black with #183233
Text Example
Text Example
White with #183233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183233; }
p { color: rgb(24,50,51); }
H1.HeaderClassName
{
color: #183233;
}
.AnyTagClassName
{
color: #183233;
}
</style>
background-color css
<style>
a { background-color: #183233; }
a { background-color: rgb(24,50,51); }
div.DivClassName
{
background-color: #183233;
}
.BgClassName
{
background-color: #183233;
}
</style>
border-color css
<style>
span { border-color: #183233; }
span { border-color: rgb(24,50,51); }
td.TdClassName
{
border-color: #183233;
}
.TagClassName
{
border-color: #183233;
}
</style>