Shades of Nordic #1C2E32
Tints of Nordic #1C2E32
RGB
CMYK
RGB Variations
Color information
#1C2E32 (or 0x1C2E32) is known color: Nordic. HEX triplet: 1C, 2E and 32. RGB value is (28,46,50). Sum of RGB (Red+Green+Blue) = 28+46+50=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: blue. Hex color #1C2E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2E32 is #E3D1CD. Grayscale: #292929. Windows color (decimal): -14930382 or 3288604. OLE color: 3288604.
HSL color Cylindrical-coordinate representation of color #1C2E32: hue angle of 190.91º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C2E32 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 46 | 50 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.80 |
| HSL | 190.91º | 0.28% | 0.15% | - |
| HSV(B) | 190.91º | 0.44% | 0.2% | - |
| XYZ | 2.03 | 2.43 | 3.38 | - |
| YUV | 41.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 50 | 0.44 | 0.08 | 0 | 0.80 | 190.91 | 0.28 | 0.15 |
| Hex | 1C | 2E | 32 | 2C | 8 | 0 | 50 | BF | 1C | F |
| Octal | 34 | 56 | 62 | 54 | 10 | 0 | 120 | 277 | 34 | 17 |
| Binary | 11100 | 101110 | 110010 | 101100 | 1000 | 0 | 1010000 | 10111111 | 11100 | 1111 |
Color Harmonies of #1C2E32
Complementary color
Monochromatic Colors of #1C2E32
Black with #1C2E32
Text Example
Text Example
White with #1C2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2E32; }
p { color: rgb(28,46,50); }
H1.HeaderClassName
{
color: #1C2E32;
}
.AnyTagClassName
{
color: #1C2E32;
}
</style>
background-color css
<style>
a { background-color: #1C2E32; }
a { background-color: rgb(28,46,50); }
div.DivClassName
{
background-color: #1C2E32;
}
.BgClassName
{
background-color: #1C2E32;
}
</style>
border-color css
<style>
span { border-color: #1C2E32; }
span { border-color: rgb(28,46,50); }
td.TdClassName
{
border-color: #1C2E32;
}
.TagClassName
{
border-color: #1C2E32;
}
</style>