Shades of Cab Sav #3F3235
Tints of Cab Sav #3F3235
RGB
CMYK
RGB Variations
Color information
#3F3235 (or 0x3F3235) is known color: Cab Sav. HEX triplet: 3F, 32 and 35. RGB value is (63,50,53). Sum of RGB (Red+Green+Blue) = 63+50+53=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3235 is #C0CDCA. Grayscale: #363636. Windows color (decimal): -12635595 or 3486271. OLE color: 3486271.
HSL color Cylindrical-coordinate representation of color #3F3235: hue angle of 346.15º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F3235 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 53 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.75 |
| HSL | 346.15º | 0.12% | 0.22% | - |
| HSV(B) | 346.15º | 0.21% | 0.25% | - |
| XYZ | 3.83 | 3.6 | 3.86 | - |
| YUV | 54.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 53 | 0 | 0.21 | 0.16 | 0.75 | 346.15 | 0.12 | 0.22 |
| Hex | 3F | 32 | 35 | 0 | 15 | 10 | 4B | 15A | C | 16 |
| Octal | 77 | 62 | 65 | 0 | 25 | 20 | 113 | 532 | 14 | 26 |
| Binary | 111111 | 110010 | 110101 | 0 | 10101 | 10000 | 1001011 | 101011010 | 1100 | 10110 |
Color Harmonies of #3F3235
Complementary color
Monochromatic Colors of #3F3235
Black with #3F3235
Text Example
Text Example
White with #3F3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3235; }
p { color: rgb(63,50,53); }
H1.HeaderClassName
{
color: #3F3235;
}
.AnyTagClassName
{
color: #3F3235;
}
</style>
background-color css
<style>
a { background-color: #3F3235; }
a { background-color: rgb(63,50,53); }
div.DivClassName
{
background-color: #3F3235;
}
.BgClassName
{
background-color: #3F3235;
}
</style>
border-color css
<style>
span { border-color: #3F3235; }
span { border-color: rgb(63,50,53); }
td.TdClassName
{
border-color: #3F3235;
}
.TagClassName
{
border-color: #3F3235;
}
</style>