Shades of Nordic #113839
Tints of Nordic #113839
RGB
CMYK
RGB Variations
Color information
#113839 (or 0x113839) is known color: Nordic. HEX triplet: 11, 38 and 39. RGB value is (17,56,57). Sum of RGB (Red+Green+Blue) = 17+56+57=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #113839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113839 is #EEC7C6. Grayscale: #2C2C2C. Windows color (decimal): -15648711 or 3749905. OLE color: 3749905.
HSL color Cylindrical-coordinate representation of color #113839: hue angle of 181.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113839 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 57 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.78 |
| HSL | 181.5º | 0.54% | 0.15% | - |
| HSV(B) | 181.5º | 0.7% | 0.22% | - |
| XYZ | 2.38 | 3.24 | 4.37 | - |
| YUV | 44.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 57 | 0.70 | 0.02 | 0 | 0.78 | 181.5 | 0.54 | 0.15 |
| Hex | 11 | 38 | 39 | 46 | 2 | 0 | 4E | B6 | 36 | F |
| Octal | 21 | 70 | 71 | 106 | 2 | 0 | 116 | 266 | 66 | 17 |
| Binary | 10001 | 111000 | 111001 | 1000110 | 10 | 0 | 1001110 | 10110110 | 110110 | 1111 |
Color Harmonies of #113839
Complementary color
Monochromatic Colors of #113839
Black with #113839
Text Example
Text Example
White with #113839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113839; }
p { color: rgb(17,56,57); }
H1.HeaderClassName
{
color: #113839;
}
.AnyTagClassName
{
color: #113839;
}
</style>
background-color css
<style>
a { background-color: #113839; }
a { background-color: rgb(17,56,57); }
div.DivClassName
{
background-color: #113839;
}
.BgClassName
{
background-color: #113839;
}
</style>
border-color css
<style>
span { border-color: #113839; }
span { border-color: rgb(17,56,57); }
td.TdClassName
{
border-color: #113839;
}
.TagClassName
{
border-color: #113839;
}
</style>