Shades of Nordic #1C3C40
Tints of Nordic #1C3C40
RGB
CMYK
RGB Variations
Color information
#1C3C40 (or 0x1C3C40) is known color: Nordic. HEX triplet: 1C, 3C and 40. RGB value is (28,60,64). Sum of RGB (Red+Green+Blue) = 28+60+64=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #1C3C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3C40 is #E3C3BF. Grayscale: #323232. Windows color (decimal): -14926784 or 4209692. OLE color: 4209692.
HSL color Cylindrical-coordinate representation of color #1C3C40: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C3C40 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 60 | 64 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.75 |
| HSL | 186.67º | 0.39% | 0.18% | - |
| HSV(B) | 186.67º | 0.56% | 0.25% | - |
| XYZ | 3.02 | 3.85 | 5.43 | - |
| YUV | 50.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 64 | 0.56 | 0.06 | 0 | 0.75 | 186.67 | 0.39 | 0.18 |
| Hex | 1C | 3C | 40 | 38 | 6 | 0 | 4B | BB | 27 | 12 |
| Octal | 34 | 74 | 100 | 70 | 6 | 0 | 113 | 273 | 47 | 22 |
| Binary | 11100 | 111100 | 1000000 | 111000 | 110 | 0 | 1001011 | 10111011 | 100111 | 10010 |
Color Harmonies of #1C3C40
Complementary color
Monochromatic Colors of #1C3C40
Black with #1C3C40
Text Example
Text Example
White with #1C3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3C40; }
p { color: rgb(28,60,64); }
H1.HeaderClassName
{
color: #1C3C40;
}
.AnyTagClassName
{
color: #1C3C40;
}
</style>
background-color css
<style>
a { background-color: #1C3C40; }
a { background-color: rgb(28,60,64); }
div.DivClassName
{
background-color: #1C3C40;
}
.BgClassName
{
background-color: #1C3C40;
}
</style>
border-color css
<style>
span { border-color: #1C3C40; }
span { border-color: rgb(28,60,64); }
td.TdClassName
{
border-color: #1C3C40;
}
.TagClassName
{
border-color: #1C3C40;
}
</style>