Shades of Nordic #113235
Tints of Nordic #113235
RGB
CMYK
RGB Variations
Color information
#113235 (or 0x113235) is known color: Nordic. HEX triplet: 11, 32 and 35. RGB value is (17,50,53). Sum of RGB (Red+Green+Blue) = 17+50+53=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #113235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113235 is #EECDCA. Grayscale: #282828. Windows color (decimal): -15650251 or 3486225. OLE color: 3486225.
HSL color Cylindrical-coordinate representation of color #113235: hue angle of 185º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113235 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 50 | 53 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.79 |
| HSL | 185º | 0.51% | 0.14% | - |
| HSV(B) | 185º | 0.68% | 0.21% | - |
| XYZ | 2.01 | 2.66 | 3.77 | - |
| YUV | 40.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 53 | 0.68 | 0.06 | 0 | 0.79 | 185 | 0.51 | 0.14 |
| Hex | 11 | 32 | 35 | 44 | 6 | 0 | 4F | B9 | 33 | E |
| Octal | 21 | 62 | 65 | 104 | 6 | 0 | 117 | 271 | 63 | 16 |
| Binary | 10001 | 110010 | 110101 | 1000100 | 110 | 0 | 1001111 | 10111001 | 110011 | 1110 |
Color Harmonies of #113235
Complementary color
Monochromatic Colors of #113235
Black with #113235
Text Example
Text Example
White with #113235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113235; }
p { color: rgb(17,50,53); }
H1.HeaderClassName
{
color: #113235;
}
.AnyTagClassName
{
color: #113235;
}
</style>
background-color css
<style>
a { background-color: #113235; }
a { background-color: rgb(17,50,53); }
div.DivClassName
{
background-color: #113235;
}
.BgClassName
{
background-color: #113235;
}
</style>
border-color css
<style>
span { border-color: #113235; }
span { border-color: rgb(17,50,53); }
td.TdClassName
{
border-color: #113235;
}
.TagClassName
{
border-color: #113235;
}
</style>