Shades of Nordic #11383C
Tints of Nordic #11383C
RGB
CMYK
RGB Variations
Color information
#11383C (or 0x11383C) is known color: Nordic. HEX triplet: 11, 38 and 3C. RGB value is (17,56,60). Sum of RGB (Red+Green+Blue) = 17+56+60=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 60 - color contains mainly: blue. Hex color #11383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11383C is #EEC7C3. Grayscale: #2C2C2C. Windows color (decimal): -15648708 or 3946513. OLE color: 3946513.
HSL color Cylindrical-coordinate representation of color #11383C: hue angle of 185.58º 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 #11383C is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 56 | 60 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.76 |
| HSL | 185.58º | 0.56% | 0.15% | - |
| HSV(B) | 185.58º | 0.72% | 0.24% | - |
| XYZ | 2.46 | 3.27 | 4.78 | - |
| YUV | 44.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 60 | 0.72 | 0.07 | 0 | 0.76 | 185.58 | 0.56 | 0.15 |
| Hex | 11 | 38 | 3C | 48 | 7 | 0 | 4C | BA | 38 | F |
| Octal | 21 | 70 | 74 | 110 | 7 | 0 | 114 | 272 | 70 | 17 |
| Binary | 10001 | 111000 | 111100 | 1001000 | 111 | 0 | 1001100 | 10111010 | 111000 | 1111 |
Color Harmonies of #11383C
Complementary color
Monochromatic Colors of #11383C
Black with #11383C
Text Example
Text Example
White with #11383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11383C; }
p { color: rgb(17,56,60); }
H1.HeaderClassName
{
color: #11383C;
}
.AnyTagClassName
{
color: #11383C;
}
</style>
background-color css
<style>
a { background-color: #11383C; }
a { background-color: rgb(17,56,60); }
div.DivClassName
{
background-color: #11383C;
}
.BgClassName
{
background-color: #11383C;
}
</style>
border-color css
<style>
span { border-color: #11383C; }
span { border-color: rgb(17,56,60); }
td.TdClassName
{
border-color: #11383C;
}
.TagClassName
{
border-color: #11383C;
}
</style>