Shades of Deep Fir #1F432B
Tints of Deep Fir #1F432B
RGB
CMYK
RGB Variations
Color information
#1F432B (or 0x1F432B) is known color: Deep Fir. HEX triplet: 1F, 43 and 2B. RGB value is (31,67,43). Sum of RGB (Red+Green+Blue) = 31+67+43=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #1F432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F432B is #E0BCD4. Grayscale: #353535. Windows color (decimal): -14728405 or 2835231. OLE color: 2835231.
HSL color Cylindrical-coordinate representation of color #1F432B: hue angle of 140º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F432B is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 43 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.74 |
| HSL | 140º | 0.37% | 0.19% | - |
| HSV(B) | 140º | 0.54% | 0.26% | - |
| XYZ | 3.01 | 4.48 | 2.99 | - |
| YUV | 53.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 43 | 0.54 | 0 | 0.36 | 0.74 | 140 | 0.37 | 0.19 |
| Hex | 1F | 43 | 2B | 36 | 0 | 24 | 4A | 8C | 25 | 13 |
| Octal | 37 | 103 | 53 | 66 | 0 | 44 | 112 | 214 | 45 | 23 |
| Binary | 11111 | 1000011 | 101011 | 110110 | 0 | 100100 | 1001010 | 10001100 | 100101 | 10011 |
Color Harmonies of #1F432B
Complementary color
Monochromatic Colors of #1F432B
Black with #1F432B
Text Example
Text Example
White with #1F432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F432B; }
p { color: rgb(31,67,43); }
H1.HeaderClassName
{
color: #1F432B;
}
.AnyTagClassName
{
color: #1F432B;
}
</style>
background-color css
<style>
a { background-color: #1F432B; }
a { background-color: rgb(31,67,43); }
div.DivClassName
{
background-color: #1F432B;
}
.BgClassName
{
background-color: #1F432B;
}
</style>
border-color css
<style>
span { border-color: #1F432B; }
span { border-color: rgb(31,67,43); }
td.TdClassName
{
border-color: #1F432B;
}
.TagClassName
{
border-color: #1F432B;
}
</style>