Shades of Nordic #1A3535
Tints of Nordic #1A3535
RGB
CMYK
RGB Variations
Color information
#1A3535 (or 0x1A3535) is known color: Nordic. HEX triplet: 1A, 35 and 35. RGB value is (26,53,53). Sum of RGB (Red+Green+Blue) = 26+53+53=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #1A3535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3535 is #E5CACA. Grayscale: #2C2C2C. Windows color (decimal): -15059659 or 3487002. OLE color: 3487002.
HSL color Cylindrical-coordinate representation of color #1A3535: hue angle of 180º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A3535 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 53 | - |
| CMYK | 0.51 | 0 | 0 | 0.79 |
| HSL | 180º | 0.34% | 0.15% | - |
| HSV(B) | 180º | 0.51% | 0.21% | - |
| XYZ | 2.34 | 3.02 | 3.83 | - |
| YUV | 44.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 53 | 0.51 | 0 | 0 | 0.79 | 180 | 0.34 | 0.15 |
| Hex | 1A | 35 | 35 | 33 | 0 | 0 | 4F | B4 | 22 | F |
| Octal | 32 | 65 | 65 | 63 | 0 | 0 | 117 | 264 | 42 | 17 |
| Binary | 11010 | 110101 | 110101 | 110011 | 0 | 0 | 1001111 | 10110100 | 100010 | 1111 |
Color Harmonies of #1A3535
Complementary color
Monochromatic Colors of #1A3535
Black with #1A3535
Text Example
Text Example
White with #1A3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3535; }
p { color: rgb(26,53,53); }
H1.HeaderClassName
{
color: #1A3535;
}
.AnyTagClassName
{
color: #1A3535;
}
</style>
background-color css
<style>
a { background-color: #1A3535; }
a { background-color: rgb(26,53,53); }
div.DivClassName
{
background-color: #1A3535;
}
.BgClassName
{
background-color: #1A3535;
}
</style>
border-color css
<style>
span { border-color: #1A3535; }
span { border-color: rgb(26,53,53); }
td.TdClassName
{
border-color: #1A3535;
}
.TagClassName
{
border-color: #1A3535;
}
</style>