Shades of Cab Sav #3F2E31
Tints of Cab Sav #3F2E31
RGB
CMYK
RGB Variations
Color information
#3F2E31 (or 0x3F2E31) is known color: Cab Sav. HEX triplet: 3F, 2E and 31. RGB value is (63,46,49). Sum of RGB (Red+Green+Blue) = 63+46+49=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E31 is #C0D1CE. Grayscale: #333333. Windows color (decimal): -12636623 or 3223103. OLE color: 3223103.
HSL color Cylindrical-coordinate representation of color #3F2E31: hue angle of 349.41º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F2E31 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 49 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.75 |
| HSL | 349.41º | 0.16% | 0.21% | - |
| HSV(B) | 349.41º | 0.27% | 0.25% | - |
| XYZ | 3.58 | 3.23 | 3.34 | - |
| YUV | 51.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 49 | 0 | 0.27 | 0.22 | 0.75 | 349.41 | 0.16 | 0.21 |
| Hex | 3F | 2E | 31 | 0 | 1B | 16 | 4B | 15D | 10 | 15 |
| Octal | 77 | 56 | 61 | 0 | 33 | 26 | 113 | 535 | 20 | 25 |
| Binary | 111111 | 101110 | 110001 | 0 | 11011 | 10110 | 1001011 | 101011101 | 10000 | 10101 |
Color Harmonies of #3F2E31
Complementary color
Monochromatic Colors of #3F2E31
Black with #3F2E31
Text Example
Text Example
White with #3F2E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E31; }
p { color: rgb(63,46,49); }
H1.HeaderClassName
{
color: #3F2E31;
}
.AnyTagClassName
{
color: #3F2E31;
}
</style>
background-color css
<style>
a { background-color: #3F2E31; }
a { background-color: rgb(63,46,49); }
div.DivClassName
{
background-color: #3F2E31;
}
.BgClassName
{
background-color: #3F2E31;
}
</style>
border-color css
<style>
span { border-color: #3F2E31; }
span { border-color: rgb(63,46,49); }
td.TdClassName
{
border-color: #3F2E31;
}
.TagClassName
{
border-color: #3F2E31;
}
</style>