Shades of Cab Sav #3F3234
Tints of Cab Sav #3F3234
RGB
CMYK
RGB Variations
Color information
#3F3234 (or 0x3F3234) is known color: Cab Sav. HEX triplet: 3F, 32 and 34. RGB value is (63,50,52). Sum of RGB (Red+Green+Blue) = 63+50+52=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3234 is #C0CDCB. Grayscale: #363636. Windows color (decimal): -12635596 or 3420735. OLE color: 3420735.
HSL color Cylindrical-coordinate representation of color #3F3234: hue angle of 350.77º 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 #3F3234 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 52 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.75 |
| HSL | 350.77º | 0.12% | 0.22% | - |
| HSV(B) | 350.77º | 0.21% | 0.25% | - |
| XYZ | 3.81 | 3.59 | 3.74 | - |
| YUV | 54.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 52 | 0 | 0.21 | 0.17 | 0.75 | 350.77 | 0.12 | 0.22 |
| Hex | 3F | 32 | 34 | 0 | 15 | 11 | 4B | 15F | C | 16 |
| Octal | 77 | 62 | 64 | 0 | 25 | 21 | 113 | 537 | 14 | 26 |
| Binary | 111111 | 110010 | 110100 | 0 | 10101 | 10001 | 1001011 | 101011111 | 1100 | 10110 |
Color Harmonies of #3F3234
Complementary color
Monochromatic Colors of #3F3234
Black with #3F3234
Text Example
Text Example
White with #3F3234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3234; }
p { color: rgb(63,50,52); }
H1.HeaderClassName
{
color: #3F3234;
}
.AnyTagClassName
{
color: #3F3234;
}
</style>
background-color css
<style>
a { background-color: #3F3234; }
a { background-color: rgb(63,50,52); }
div.DivClassName
{
background-color: #3F3234;
}
.BgClassName
{
background-color: #3F3234;
}
</style>
border-color css
<style>
span { border-color: #3F3234; }
span { border-color: rgb(63,50,52); }
td.TdClassName
{
border-color: #3F3234;
}
.TagClassName
{
border-color: #3F3234;
}
</style>