Shades of Deep Fir #12331B
Tints of Deep Fir #12331B
RGB
CMYK
RGB Variations
Color information
#12331B (or 0x12331B) is known color: Deep Fir. HEX triplet: 12, 33 and 1B. RGB value is (18,51,27). Sum of RGB (Red+Green+Blue) = 18+51+27=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #12331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12331B is #EDCCE4. Grayscale: #262626. Windows color (decimal): -15584485 or 1782546. OLE color: 1782546.
HSL color Cylindrical-coordinate representation of color #12331B: hue angle of 136.36º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #12331B is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 51 | 27 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.8 |
| HSL | 136.36º | 0.48% | 0.14% | - |
| HSV(B) | 136.36º | 0.65% | 0.2% | - |
| XYZ | 1.63 | 2.58 | 1.45 | - |
| YUV | 38.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 27 | 0.65 | 0 | 0.47 | 0.8 | 136.36 | 0.48 | 0.14 |
| Hex | 12 | 33 | 1B | 41 | 0 | 2F | 50 | 88 | 30 | E |
| Octal | 22 | 63 | 33 | 101 | 0 | 57 | 120 | 210 | 60 | 16 |
| Binary | 10010 | 110011 | 11011 | 1000001 | 0 | 101111 | 1010000 | 10001000 | 110000 | 1110 |
Color Harmonies of #12331B
Complementary color
Monochromatic Colors of #12331B
Black with #12331B
Text Example
Text Example
White with #12331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12331B; }
p { color: rgb(18,51,27); }
H1.HeaderClassName
{
color: #12331B;
}
.AnyTagClassName
{
color: #12331B;
}
</style>
background-color css
<style>
a { background-color: #12331B; }
a { background-color: rgb(18,51,27); }
div.DivClassName
{
background-color: #12331B;
}
.BgClassName
{
background-color: #12331B;
}
</style>
border-color css
<style>
span { border-color: #12331B; }
span { border-color: rgb(18,51,27); }
td.TdClassName
{
border-color: #12331B;
}
.TagClassName
{
border-color: #12331B;
}
</style>