Shades of Myrtle #1A381D
Tints of Myrtle #1A381D
RGB
CMYK
RGB Variations
Color information
#1A381D (or 0x1A381D) is known color: Myrtle. HEX triplet: 1A, 38 and 1D. RGB value is (26,56,29). Sum of RGB (Red+Green+Blue) = 26+56+29=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #1A381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A381D is #E5C7E2. Grayscale: #2C2C2C. Windows color (decimal): -15058915 or 1914906. OLE color: 1914906.
HSL color Cylindrical-coordinate representation of color #1A381D: hue angle of 126º 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 #1A381D is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 29 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.78 |
| HSL | 126º | 0.37% | 0.16% | - |
| HSV(B) | 126º | 0.54% | 0.22% | - |
| XYZ | 2.06 | 3.14 | 1.66 | - |
| YUV | 43.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 29 | 0.54 | 0 | 0.48 | 0.78 | 126 | 0.37 | 0.16 |
| Hex | 1A | 38 | 1D | 36 | 0 | 30 | 4E | 7E | 25 | 10 |
| Octal | 32 | 70 | 35 | 66 | 0 | 60 | 116 | 176 | 45 | 20 |
| Binary | 11010 | 111000 | 11101 | 110110 | 0 | 110000 | 1001110 | 1111110 | 100101 | 10000 |
Color Harmonies of #1A381D
Complementary color
Monochromatic Colors of #1A381D
Black with #1A381D
Text Example
Text Example
White with #1A381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A381D; }
p { color: rgb(26,56,29); }
H1.HeaderClassName
{
color: #1A381D;
}
.AnyTagClassName
{
color: #1A381D;
}
</style>
background-color css
<style>
a { background-color: #1A381D; }
a { background-color: rgb(26,56,29); }
div.DivClassName
{
background-color: #1A381D;
}
.BgClassName
{
background-color: #1A381D;
}
</style>
border-color css
<style>
span { border-color: #1A381D; }
span { border-color: rgb(26,56,29); }
td.TdClassName
{
border-color: #1A381D;
}
.TagClassName
{
border-color: #1A381D;
}
</style>