Shades of Nordic #11373C
Tints of Nordic #11373C
RGB
CMYK
RGB Variations
Color information
#11373C (or 0x11373C) is known color: Nordic. HEX triplet: 11, 37 and 3C. RGB value is (17,55,60). Sum of RGB (Red+Green+Blue) = 17+55+60=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #11373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11373C is #EEC8C3. Grayscale: #2C2C2C. Windows color (decimal): -15648964 or 3946257. OLE color: 3946257.
HSL color Cylindrical-coordinate representation of color #11373C: hue angle of 186.98º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11373C is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 55 | 60 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.76 |
| HSL | 186.98º | 0.56% | 0.15% | - |
| HSV(B) | 186.98º | 0.72% | 0.24% | - |
| XYZ | 2.41 | 3.18 | 4.76 | - |
| YUV | 44.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 60 | 0.72 | 0.08 | 0 | 0.76 | 186.98 | 0.56 | 0.15 |
| Hex | 11 | 37 | 3C | 48 | 8 | 0 | 4C | BB | 38 | F |
| Octal | 21 | 67 | 74 | 110 | 10 | 0 | 114 | 273 | 70 | 17 |
| Binary | 10001 | 110111 | 111100 | 1001000 | 1000 | 0 | 1001100 | 10111011 | 111000 | 1111 |
Color Harmonies of #11373C
Complementary color
Monochromatic Colors of #11373C
Black with #11373C
Text Example
Text Example
White with #11373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11373C; }
p { color: rgb(17,55,60); }
H1.HeaderClassName
{
color: #11373C;
}
.AnyTagClassName
{
color: #11373C;
}
</style>
background-color css
<style>
a { background-color: #11373C; }
a { background-color: rgb(17,55,60); }
div.DivClassName
{
background-color: #11373C;
}
.BgClassName
{
background-color: #11373C;
}
</style>
border-color css
<style>
span { border-color: #11373C; }
span { border-color: rgb(17,55,60); }
td.TdClassName
{
border-color: #11373C;
}
.TagClassName
{
border-color: #11373C;
}
</style>