Shades of Nordic #11383D
Tints of Nordic #11383D
RGB
CMYK
RGB Variations
Color information
#11383D (or 0x11383D) is known color: Nordic. HEX triplet: 11, 38 and 3D. RGB value is (17,56,61). Sum of RGB (Red+Green+Blue) = 17+56+61=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #11383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11383D is #EEC7C2. Grayscale: #2C2C2C. Windows color (decimal): -15648707 or 4012049. OLE color: 4012049.
HSL color Cylindrical-coordinate representation of color #11383D: hue angle of 186.82º 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 #11383D is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 56 | 61 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.76 |
| HSL | 186.82º | 0.56% | 0.15% | - |
| HSV(B) | 186.82º | 0.72% | 0.24% | - |
| XYZ | 2.49 | 3.28 | 4.92 | - |
| YUV | 44.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 61 | 0.72 | 0.08 | 0 | 0.76 | 186.82 | 0.56 | 0.15 |
| Hex | 11 | 38 | 3D | 48 | 8 | 0 | 4C | BB | 38 | F |
| Octal | 21 | 70 | 75 | 110 | 10 | 0 | 114 | 273 | 70 | 17 |
| Binary | 10001 | 111000 | 111101 | 1001000 | 1000 | 0 | 1001100 | 10111011 | 111000 | 1111 |
Color Harmonies of #11383D
Complementary color
Monochromatic Colors of #11383D
Black with #11383D
Text Example
Text Example
White with #11383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11383D; }
p { color: rgb(17,56,61); }
H1.HeaderClassName
{
color: #11383D;
}
.AnyTagClassName
{
color: #11383D;
}
</style>
background-color css
<style>
a { background-color: #11383D; }
a { background-color: rgb(17,56,61); }
div.DivClassName
{
background-color: #11383D;
}
.BgClassName
{
background-color: #11383D;
}
</style>
border-color css
<style>
span { border-color: #11383D; }
span { border-color: rgb(17,56,61); }
td.TdClassName
{
border-color: #11383D;
}
.TagClassName
{
border-color: #11383D;
}
</style>