Shades of Nordic #1A3635
Tints of Nordic #1A3635
RGB
CMYK
RGB Variations
Color information
#1A3635 (or 0x1A3635) is known color: Nordic. HEX triplet: 1A, 36 and 35. RGB value is (26,54,53). Sum of RGB (Red+Green+Blue) = 26+54+53=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #1A3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3635 is #E5C9CA. Grayscale: #2D2D2D. Windows color (decimal): -15059403 or 3487258. OLE color: 3487258.
HSL color Cylindrical-coordinate representation of color #1A3635: hue angle of 177.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A3635 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 54 | 53 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.79 |
| HSL | 177.86º | 0.35% | 0.16% | - |
| HSV(B) | 177.86º | 0.52% | 0.21% | - |
| XYZ | 2.39 | 3.11 | 3.84 | - |
| YUV | 45.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 53 | 0.52 | 0 | 0.02 | 0.79 | 177.86 | 0.35 | 0.16 |
| Hex | 1A | 36 | 35 | 34 | 0 | 2 | 4F | B2 | 23 | 10 |
| Octal | 32 | 66 | 65 | 64 | 0 | 2 | 117 | 262 | 43 | 20 |
| Binary | 11010 | 110110 | 110101 | 110100 | 0 | 10 | 1001111 | 10110010 | 100011 | 10000 |
Color Harmonies of #1A3635
Complementary color
Monochromatic Colors of #1A3635
Black with #1A3635
Text Example
Text Example
White with #1A3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3635; }
p { color: rgb(26,54,53); }
H1.HeaderClassName
{
color: #1A3635;
}
.AnyTagClassName
{
color: #1A3635;
}
</style>
background-color css
<style>
a { background-color: #1A3635; }
a { background-color: rgb(26,54,53); }
div.DivClassName
{
background-color: #1A3635;
}
.BgClassName
{
background-color: #1A3635;
}
</style>
border-color css
<style>
span { border-color: #1A3635; }
span { border-color: rgb(26,54,53); }
td.TdClassName
{
border-color: #1A3635;
}
.TagClassName
{
border-color: #1A3635;
}
</style>