Shades of Deep Fir #133319
Tints of Deep Fir #133319
RGB
CMYK
RGB Variations
Color information
#133319 (or 0x133319) is known color: Deep Fir. HEX triplet: 13, 33 and 19. RGB value is (19,51,25). Sum of RGB (Red+Green+Blue) = 19+51+25=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #133319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133319 is #ECCCE6. Grayscale: #262626. Windows color (decimal): -15518951 or 1651475. OLE color: 1651475.
HSL color Cylindrical-coordinate representation of color #133319: hue angle of 131.25º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133319 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 25 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.8 |
| HSL | 131.25º | 0.46% | 0.14% | - |
| HSV(B) | 131.25º | 0.63% | 0.2% | - |
| XYZ | 1.63 | 2.58 | 1.33 | - |
| YUV | 38.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 25 | 0.63 | 0 | 0.51 | 0.8 | 131.25 | 0.46 | 0.14 |
| Hex | 13 | 33 | 19 | 3F | 0 | 33 | 50 | 83 | 2E | E |
| Octal | 23 | 63 | 31 | 77 | 0 | 63 | 120 | 203 | 56 | 16 |
| Binary | 10011 | 110011 | 11001 | 111111 | 0 | 110011 | 1010000 | 10000011 | 101110 | 1110 |
Color Harmonies of #133319
Complementary color
Monochromatic Colors of #133319
Black with #133319
Text Example
Text Example
White with #133319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133319; }
p { color: rgb(19,51,25); }
H1.HeaderClassName
{
color: #133319;
}
.AnyTagClassName
{
color: #133319;
}
</style>
background-color css
<style>
a { background-color: #133319; }
a { background-color: rgb(19,51,25); }
div.DivClassName
{
background-color: #133319;
}
.BgClassName
{
background-color: #133319;
}
</style>
border-color css
<style>
span { border-color: #133319; }
span { border-color: rgb(19,51,25); }
td.TdClassName
{
border-color: #133319;
}
.TagClassName
{
border-color: #133319;
}
</style>