Shades of Deep Fir #12371B
Tints of Deep Fir #12371B
RGB
CMYK
RGB Variations
Color information
#12371B (or 0x12371B) is known color: Deep Fir. HEX triplet: 12, 37 and 1B. RGB value is (18,55,27). Sum of RGB (Red+Green+Blue) = 18+55+27=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #12371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12371B is #EDC8E4. Grayscale: #282828. Windows color (decimal): -15583461 or 1783570. OLE color: 1783570.
HSL color Cylindrical-coordinate representation of color #12371B: hue angle of 134.59º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12371B is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 27 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.78 |
| HSL | 134.59º | 0.51% | 0.14% | - |
| HSV(B) | 134.59º | 0.67% | 0.22% | - |
| XYZ | 1.81 | 2.94 | 1.51 | - |
| YUV | 40.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 27 | 0.67 | 0 | 0.51 | 0.78 | 134.59 | 0.51 | 0.14 |
| Hex | 12 | 37 | 1B | 43 | 0 | 33 | 4E | 87 | 33 | E |
| Octal | 22 | 67 | 33 | 103 | 0 | 63 | 116 | 207 | 63 | 16 |
| Binary | 10010 | 110111 | 11011 | 1000011 | 0 | 110011 | 1001110 | 10000111 | 110011 | 1110 |
Color Harmonies of #12371B
Complementary color
Monochromatic Colors of #12371B
Black with #12371B
Text Example
Text Example
White with #12371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12371B; }
p { color: rgb(18,55,27); }
H1.HeaderClassName
{
color: #12371B;
}
.AnyTagClassName
{
color: #12371B;
}
</style>
background-color css
<style>
a { background-color: #12371B; }
a { background-color: rgb(18,55,27); }
div.DivClassName
{
background-color: #12371B;
}
.BgClassName
{
background-color: #12371B;
}
</style>
border-color css
<style>
span { border-color: #12371B; }
span { border-color: rgb(18,55,27); }
td.TdClassName
{
border-color: #12371B;
}
.TagClassName
{
border-color: #12371B;
}
</style>