Shades of Deep Fir #13261A
Tints of Deep Fir #13261A
RGB
CMYK
RGB Variations
Color information
#13261A (or 0x13261A) is known color: Deep Fir. HEX triplet: 13, 26 and 1A. RGB value is (19,38,26). Sum of RGB (Red+Green+Blue) = 19+38+26=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #13261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13261A is #ECD9E5. Grayscale: #1E1E1E. Windows color (decimal): -15522278 or 1713683. OLE color: 1713683.
HSL color Cylindrical-coordinate representation of color #13261A: hue angle of 142.11º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13261A is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 38 | 26 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.85 |
| HSL | 142.11º | 0.33% | 0.11% | - |
| HSV(B) | 142.11º | 0.5% | 0.15% | - |
| XYZ | 1.15 | 1.6 | 1.23 | - |
| YUV | 30.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 26 | 0.50 | 0 | 0.32 | 0.85 | 142.11 | 0.33 | 0.11 |
| Hex | 13 | 26 | 1A | 32 | 0 | 20 | 55 | 8E | 21 | B |
| Octal | 23 | 46 | 32 | 62 | 0 | 40 | 125 | 216 | 41 | 13 |
| Binary | 10011 | 100110 | 11010 | 110010 | 0 | 100000 | 1010101 | 10001110 | 100001 | 1011 |
Color Harmonies of #13261A
Complementary color
Monochromatic Colors of #13261A
Black with #13261A
Text Example
Text Example
White with #13261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13261A; }
p { color: rgb(19,38,26); }
H1.HeaderClassName
{
color: #13261A;
}
.AnyTagClassName
{
color: #13261A;
}
</style>
background-color css
<style>
a { background-color: #13261A; }
a { background-color: rgb(19,38,26); }
div.DivClassName
{
background-color: #13261A;
}
.BgClassName
{
background-color: #13261A;
}
</style>
border-color css
<style>
span { border-color: #13261A; }
span { border-color: rgb(19,38,26); }
td.TdClassName
{
border-color: #13261A;
}
.TagClassName
{
border-color: #13261A;
}
</style>