Shades of Cab Sav #3F2D31
Tints of Cab Sav #3F2D31
RGB
CMYK
RGB Variations
Color information
#3F2D31 (or 0x3F2D31) is known color: Cab Sav. HEX triplet: 3F, 2D and 31. RGB value is (63,45,49). Sum of RGB (Red+Green+Blue) = 63+45+49=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2D31 is #C0D2CE. Grayscale: #323232. Windows color (decimal): -12636879 or 3222847. OLE color: 3222847.
HSL color Cylindrical-coordinate representation of color #3F2D31: hue angle of 346.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F2D31 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 45 | 49 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.75 |
| HSL | 346.67º | 0.17% | 0.21% | - |
| HSV(B) | 346.67º | 0.29% | 0.25% | - |
| XYZ | 3.54 | 3.16 | 3.33 | - |
| YUV | 50.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 49 | 0 | 0.29 | 0.22 | 0.75 | 346.67 | 0.17 | 0.21 |
| Hex | 3F | 2D | 31 | 0 | 1D | 16 | 4B | 15B | 11 | 15 |
| Octal | 77 | 55 | 61 | 0 | 35 | 26 | 113 | 533 | 21 | 25 |
| Binary | 111111 | 101101 | 110001 | 0 | 11101 | 10110 | 1001011 | 101011011 | 10001 | 10101 |
Color Harmonies of #3F2D31
Complementary color
Monochromatic Colors of #3F2D31
Black with #3F2D31
Text Example
Text Example
White with #3F2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D31; }
p { color: rgb(63,45,49); }
H1.HeaderClassName
{
color: #3F2D31;
}
.AnyTagClassName
{
color: #3F2D31;
}
</style>
background-color css
<style>
a { background-color: #3F2D31; }
a { background-color: rgb(63,45,49); }
div.DivClassName
{
background-color: #3F2D31;
}
.BgClassName
{
background-color: #3F2D31;
}
</style>
border-color css
<style>
span { border-color: #3F2D31; }
span { border-color: rgb(63,45,49); }
td.TdClassName
{
border-color: #3F2D31;
}
.TagClassName
{
border-color: #3F2D31;
}
</style>