Shades of Deep Fir #133A1B
Tints of Deep Fir #133A1B
RGB
CMYK
RGB Variations
Color information
#133A1B (or 0x133A1B) is known color: Deep Fir. HEX triplet: 13, 3A and 1B. RGB value is (19,58,27). Sum of RGB (Red+Green+Blue) = 19+58+27=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #133A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A1B is #ECC5E4. Grayscale: #2A2A2A. Windows color (decimal): -15517157 or 1784339. OLE color: 1784339.
HSL color Cylindrical-coordinate representation of color #133A1B: hue angle of 132.31º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A1B is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 27 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.77 |
| HSL | 132.31º | 0.51% | 0.15% | - |
| HSV(B) | 132.31º | 0.67% | 0.23% | - |
| XYZ | 1.98 | 3.24 | 1.56 | - |
| YUV | 42.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 27 | 0.67 | 0 | 0.53 | 0.77 | 132.31 | 0.51 | 0.15 |
| Hex | 13 | 3A | 1B | 43 | 0 | 35 | 4D | 84 | 33 | F |
| Octal | 23 | 72 | 33 | 103 | 0 | 65 | 115 | 204 | 63 | 17 |
| Binary | 10011 | 111010 | 11011 | 1000011 | 0 | 110101 | 1001101 | 10000100 | 110011 | 1111 |
Color Harmonies of #133A1B
Complementary color
Monochromatic Colors of #133A1B
Black with #133A1B
Text Example
Text Example
White with #133A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A1B; }
p { color: rgb(19,58,27); }
H1.HeaderClassName
{
color: #133A1B;
}
.AnyTagClassName
{
color: #133A1B;
}
</style>
background-color css
<style>
a { background-color: #133A1B; }
a { background-color: rgb(19,58,27); }
div.DivClassName
{
background-color: #133A1B;
}
.BgClassName
{
background-color: #133A1B;
}
</style>
border-color css
<style>
span { border-color: #133A1B; }
span { border-color: rgb(19,58,27); }
td.TdClassName
{
border-color: #133A1B;
}
.TagClassName
{
border-color: #133A1B;
}
</style>