Shades of Nordic #113233
Tints of Nordic #113233
RGB
CMYK
RGB Variations
Color information
#113233 (or 0x113233) is known color: Nordic. HEX triplet: 11, 32 and 33. RGB value is (17,50,51). Sum of RGB (Red+Green+Blue) = 17+50+51=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #113233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113233 is #EECDCC. Grayscale: #282828. Windows color (decimal): -15650253 or 3355153. OLE color: 3355153.
HSL color Cylindrical-coordinate representation of color #113233: hue angle of 181.76º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113233 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 50 | 51 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.8 |
| HSL | 181.76º | 0.5% | 0.13% | - |
| HSV(B) | 181.76º | 0.67% | 0.2% | - |
| XYZ | 1.97 | 2.64 | 3.54 | - |
| YUV | 40.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 51 | 0.67 | 0.02 | 0 | 0.8 | 181.76 | 0.5 | 0.13 |
| Hex | 11 | 32 | 33 | 43 | 2 | 0 | 50 | B6 | 32 | D |
| Octal | 21 | 62 | 63 | 103 | 2 | 0 | 120 | 266 | 62 | 15 |
| Binary | 10001 | 110010 | 110011 | 1000011 | 10 | 0 | 1010000 | 10110110 | 110010 | 1101 |
Color Harmonies of #113233
Complementary color
Monochromatic Colors of #113233
Black with #113233
Text Example
Text Example
White with #113233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113233; }
p { color: rgb(17,50,51); }
H1.HeaderClassName
{
color: #113233;
}
.AnyTagClassName
{
color: #113233;
}
</style>
background-color css
<style>
a { background-color: #113233; }
a { background-color: rgb(17,50,51); }
div.DivClassName
{
background-color: #113233;
}
.BgClassName
{
background-color: #113233;
}
</style>
border-color css
<style>
span { border-color: #113233; }
span { border-color: rgb(17,50,51); }
td.TdClassName
{
border-color: #113233;
}
.TagClassName
{
border-color: #113233;
}
</style>