Shades of Nordic #1A3737
Tints of Nordic #1A3737
RGB
CMYK
RGB Variations
Color information
#1A3737 (or 0x1A3737) is known color: Nordic. HEX triplet: 1A, 37 and 37. RGB value is (26,55,55). Sum of RGB (Red+Green+Blue) = 26+55+55=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: green, blue. Hex color #1A3737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3737 is #E5C8C8. Grayscale: #2E2E2E. Windows color (decimal): -15059145 or 3618586. OLE color: 3618586.
HSL color Cylindrical-coordinate representation of color #1A3737: hue angle of 180º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1A3737 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 55 | 55 | - |
| CMYK | 0.53 | 0 | 0 | 0.78 |
| HSL | 180º | 0.36% | 0.16% | - |
| HSV(B) | 180º | 0.53% | 0.22% | - |
| XYZ | 2.48 | 3.23 | 4.11 | - |
| YUV | 46.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 55 | 0.53 | 0 | 0 | 0.78 | 180 | 0.36 | 0.16 |
| Hex | 1A | 37 | 37 | 35 | 0 | 0 | 4E | B4 | 24 | 10 |
| Octal | 32 | 67 | 67 | 65 | 0 | 0 | 116 | 264 | 44 | 20 |
| Binary | 11010 | 110111 | 110111 | 110101 | 0 | 0 | 1001110 | 10110100 | 100100 | 10000 |
Color Harmonies of #1A3737
Complementary color
Monochromatic Colors of #1A3737
Black with #1A3737
Text Example
Text Example
White with #1A3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3737; }
p { color: rgb(26,55,55); }
H1.HeaderClassName
{
color: #1A3737;
}
.AnyTagClassName
{
color: #1A3737;
}
</style>
background-color css
<style>
a { background-color: #1A3737; }
a { background-color: rgb(26,55,55); }
div.DivClassName
{
background-color: #1A3737;
}
.BgClassName
{
background-color: #1A3737;
}
</style>
border-color css
<style>
span { border-color: #1A3737; }
span { border-color: rgb(26,55,55); }
td.TdClassName
{
border-color: #1A3737;
}
.TagClassName
{
border-color: #1A3737;
}
</style>