Shades of Deep Fir #133819
Tints of Deep Fir #133819
RGB
CMYK
RGB Variations
Color information
#133819 (or 0x133819) is known color: Deep Fir. HEX triplet: 13, 38 and 19. RGB value is (19,56,25). Sum of RGB (Red+Green+Blue) = 19+56+25=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #133819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133819 is #ECC7E6. Grayscale: #292929. Windows color (decimal): -15517671 or 1652755. OLE color: 1652755.
HSL color Cylindrical-coordinate representation of color #133819: hue angle of 129.73º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133819 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 25 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.78 |
| HSL | 129.73º | 0.49% | 0.15% | - |
| HSV(B) | 129.73º | 0.66% | 0.22% | - |
| XYZ | 1.86 | 3.04 | 1.41 | - |
| YUV | 41.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 25 | 0.66 | 0 | 0.55 | 0.78 | 129.73 | 0.49 | 0.15 |
| Hex | 13 | 38 | 19 | 42 | 0 | 37 | 4E | 82 | 31 | F |
| Octal | 23 | 70 | 31 | 102 | 0 | 67 | 116 | 202 | 61 | 17 |
| Binary | 10011 | 111000 | 11001 | 1000010 | 0 | 110111 | 1001110 | 10000010 | 110001 | 1111 |
Color Harmonies of #133819
Complementary color
Monochromatic Colors of #133819
Black with #133819
Text Example
Text Example
White with #133819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133819; }
p { color: rgb(19,56,25); }
H1.HeaderClassName
{
color: #133819;
}
.AnyTagClassName
{
color: #133819;
}
</style>
background-color css
<style>
a { background-color: #133819; }
a { background-color: rgb(19,56,25); }
div.DivClassName
{
background-color: #133819;
}
.BgClassName
{
background-color: #133819;
}
</style>
border-color css
<style>
span { border-color: #133819; }
span { border-color: rgb(19,56,25); }
td.TdClassName
{
border-color: #133819;
}
.TagClassName
{
border-color: #133819;
}
</style>