Shades of Nordic #1A3838
Tints of Nordic #1A3838
RGB
CMYK
RGB Variations
Color information
#1A3838 (or 0x1A3838) is known color: Nordic. HEX triplet: 1A, 38 and 38. RGB value is (26,56,56). Sum of RGB (Red+Green+Blue) = 26+56+56=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #1A3838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3838 is #E5C7C7. Grayscale: #2F2F2F. Windows color (decimal): -15058888 or 3684378. OLE color: 3684378.
HSL color Cylindrical-coordinate representation of color #1A3838: hue angle of 180º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3838 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 56 | - |
| CMYK | 0.54 | 0 | 0 | 0.78 |
| HSL | 180º | 0.37% | 0.16% | - |
| HSV(B) | 180º | 0.54% | 0.22% | - |
| XYZ | 2.55 | 3.33 | 4.25 | - |
| YUV | 47.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 56 | 0.54 | 0 | 0 | 0.78 | 180 | 0.37 | 0.16 |
| Hex | 1A | 38 | 38 | 36 | 0 | 0 | 4E | B4 | 25 | 10 |
| Octal | 32 | 70 | 70 | 66 | 0 | 0 | 116 | 264 | 45 | 20 |
| Binary | 11010 | 111000 | 111000 | 110110 | 0 | 0 | 1001110 | 10110100 | 100101 | 10000 |
Color Harmonies of #1A3838
Complementary color
Monochromatic Colors of #1A3838
Black with #1A3838
Text Example
Text Example
White with #1A3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3838; }
p { color: rgb(26,56,56); }
H1.HeaderClassName
{
color: #1A3838;
}
.AnyTagClassName
{
color: #1A3838;
}
</style>
background-color css
<style>
a { background-color: #1A3838; }
a { background-color: rgb(26,56,56); }
div.DivClassName
{
background-color: #1A3838;
}
.BgClassName
{
background-color: #1A3838;
}
</style>
border-color css
<style>
span { border-color: #1A3838; }
span { border-color: rgb(26,56,56); }
td.TdClassName
{
border-color: #1A3838;
}
.TagClassName
{
border-color: #1A3838;
}
</style>