Shades of Deep Fir #133B1B
Tints of Deep Fir #133B1B
RGB
CMYK
RGB Variations
Color information
#133B1B (or 0x133B1B) is known color: Deep Fir. HEX triplet: 13, 3B and 1B. RGB value is (19,59,27). Sum of RGB (Red+Green+Blue) = 19+59+27=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #133B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B1B is #ECC4E4. Grayscale: #2B2B2B. Windows color (decimal): -15516901 or 1784595. OLE color: 1784595.
HSL color Cylindrical-coordinate representation of color #133B1B: hue angle of 132º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133B1B is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 59 | 27 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.77 |
| HSL | 132º | 0.51% | 0.15% | - |
| HSV(B) | 132º | 0.68% | 0.23% | - |
| XYZ | 2.03 | 3.35 | 1.58 | - |
| YUV | 43.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 27 | 0.68 | 0 | 0.54 | 0.77 | 132 | 0.51 | 0.15 |
| Hex | 13 | 3B | 1B | 44 | 0 | 36 | 4D | 84 | 33 | F |
| Octal | 23 | 73 | 33 | 104 | 0 | 66 | 115 | 204 | 63 | 17 |
| Binary | 10011 | 111011 | 11011 | 1000100 | 0 | 110110 | 1001101 | 10000100 | 110011 | 1111 |
Color Harmonies of #133B1B
Complementary color
Monochromatic Colors of #133B1B
Black with #133B1B
Text Example
Text Example
White with #133B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B1B; }
p { color: rgb(19,59,27); }
H1.HeaderClassName
{
color: #133B1B;
}
.AnyTagClassName
{
color: #133B1B;
}
</style>
background-color css
<style>
a { background-color: #133B1B; }
a { background-color: rgb(19,59,27); }
div.DivClassName
{
background-color: #133B1B;
}
.BgClassName
{
background-color: #133B1B;
}
</style>
border-color css
<style>
span { border-color: #133B1B; }
span { border-color: rgb(19,59,27); }
td.TdClassName
{
border-color: #133B1B;
}
.TagClassName
{
border-color: #133B1B;
}
</style>