Shades of Deep Fir #103B1B
Tints of Deep Fir #103B1B
RGB
CMYK
RGB Variations
Color information
#103B1B (or 0x103B1B) is known color: Deep Fir. HEX triplet: 10, 3B and 1B. RGB value is (16,59,27). Sum of RGB (Red+Green+Blue) = 16+59+27=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 59 (23.44% from 255 or 57.84% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 59 - color contains mainly: green. Hex color #103B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B1B is #EFC4E4. Grayscale: #2A2A2A. Windows color (decimal): -15713509 or 1784592. OLE color: 1784592.
HSL color Cylindrical-coordinate representation of color #103B1B: hue angle of 135.35º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103B1B is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 59 | 27 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.77 |
| HSL | 135.35º | 0.57% | 0.15% | - |
| HSV(B) | 135.35º | 0.73% | 0.23% | - |
| XYZ | 1.98 | 3.32 | 1.57 | - |
| YUV | 42.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 27 | 0.73 | 0 | 0.54 | 0.77 | 135.35 | 0.57 | 0.15 |
| Hex | 10 | 3B | 1B | 49 | 0 | 36 | 4D | 87 | 39 | F |
| Octal | 20 | 73 | 33 | 111 | 0 | 66 | 115 | 207 | 71 | 17 |
| Binary | 10000 | 111011 | 11011 | 1001001 | 0 | 110110 | 1001101 | 10000111 | 111001 | 1111 |
Color Harmonies of #103B1B
Complementary color
Monochromatic Colors of #103B1B
Black with #103B1B
Text Example
Text Example
White with #103B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B1B; }
p { color: rgb(16,59,27); }
H1.HeaderClassName
{
color: #103B1B;
}
.AnyTagClassName
{
color: #103B1B;
}
</style>
background-color css
<style>
a { background-color: #103B1B; }
a { background-color: rgb(16,59,27); }
div.DivClassName
{
background-color: #103B1B;
}
.BgClassName
{
background-color: #103B1B;
}
</style>
border-color css
<style>
span { border-color: #103B1B; }
span { border-color: rgb(16,59,27); }
td.TdClassName
{
border-color: #103B1B;
}
.TagClassName
{
border-color: #103B1B;
}
</style>