Shades of Deep Fir #13441C
Tints of Deep Fir #13441C
RGB
CMYK
RGB Variations
Color information
#13441C (or 0x13441C) is known color: Deep Fir. HEX triplet: 13, 44 and 1C. RGB value is (19,68,28). Sum of RGB (Red+Green+Blue) = 19+68+28=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #13441C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13441C is #ECBBE3. Grayscale: #303030. Windows color (decimal): -15514596 or 1852435. OLE color: 1852435.
HSL color Cylindrical-coordinate representation of color #13441C: hue angle of 131.02º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13441C is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 68 | 28 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.73 |
| HSL | 131.02º | 0.56% | 0.17% | - |
| HSV(B) | 131.02º | 0.72% | 0.27% | - |
| XYZ | 2.55 | 4.36 | 1.81 | - |
| YUV | 48.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 28 | 0.72 | 0 | 0.59 | 0.73 | 131.02 | 0.56 | 0.17 |
| Hex | 13 | 44 | 1C | 48 | 0 | 3B | 49 | 83 | 38 | 11 |
| Octal | 23 | 104 | 34 | 110 | 0 | 73 | 111 | 203 | 70 | 21 |
| Binary | 10011 | 1000100 | 11100 | 1001000 | 0 | 111011 | 1001001 | 10000011 | 111000 | 10001 |
Color Harmonies of #13441C
Complementary color
Monochromatic Colors of #13441C
Black with #13441C
Text Example
Text Example
White with #13441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13441C; }
p { color: rgb(19,68,28); }
H1.HeaderClassName
{
color: #13441C;
}
.AnyTagClassName
{
color: #13441C;
}
</style>
background-color css
<style>
a { background-color: #13441C; }
a { background-color: rgb(19,68,28); }
div.DivClassName
{
background-color: #13441C;
}
.BgClassName
{
background-color: #13441C;
}
</style>
border-color css
<style>
span { border-color: #13441C; }
span { border-color: rgb(19,68,28); }
td.TdClassName
{
border-color: #13441C;
}
.TagClassName
{
border-color: #13441C;
}
</style>