Shades of Deep Fir #133F1B
Tints of Deep Fir #133F1B
RGB
CMYK
RGB Variations
Color information
#133F1B (or 0x133F1B) is known color: Deep Fir. HEX triplet: 13, 3F and 1B. RGB value is (19,63,27). Sum of RGB (Red+Green+Blue) = 19+63+27=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #133F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F1B is #ECC0E4. Grayscale: #2D2D2D. Windows color (decimal): -15515877 or 1785619. OLE color: 1785619.
HSL color Cylindrical-coordinate representation of color #133F1B: hue angle of 130.91º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F1B is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 27 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.75 |
| HSL | 130.91º | 0.54% | 0.16% | - |
| HSV(B) | 130.91º | 0.7% | 0.25% | - |
| XYZ | 2.24 | 3.77 | 1.65 | - |
| YUV | 45.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 27 | 0.70 | 0 | 0.57 | 0.75 | 130.91 | 0.54 | 0.16 |
| Hex | 13 | 3F | 1B | 46 | 0 | 39 | 4B | 83 | 36 | 10 |
| Octal | 23 | 77 | 33 | 106 | 0 | 71 | 113 | 203 | 66 | 20 |
| Binary | 10011 | 111111 | 11011 | 1000110 | 0 | 111001 | 1001011 | 10000011 | 110110 | 10000 |
Color Harmonies of #133F1B
Complementary color
Monochromatic Colors of #133F1B
Black with #133F1B
Text Example
Text Example
White with #133F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F1B; }
p { color: rgb(19,63,27); }
H1.HeaderClassName
{
color: #133F1B;
}
.AnyTagClassName
{
color: #133F1B;
}
</style>
background-color css
<style>
a { background-color: #133F1B; }
a { background-color: rgb(19,63,27); }
div.DivClassName
{
background-color: #133F1B;
}
.BgClassName
{
background-color: #133F1B;
}
</style>
border-color css
<style>
span { border-color: #133F1B; }
span { border-color: rgb(19,63,27); }
td.TdClassName
{
border-color: #133F1B;
}
.TagClassName
{
border-color: #133F1B;
}
</style>