Shades of Cab Sav #3F2C30
Tints of Cab Sav #3F2C30
RGB
CMYK
RGB Variations
Color information
#3F2C30 (or 0x3F2C30) is known color: Cab Sav. HEX triplet: 3F, 2C and 30. RGB value is (63,44,48). Sum of RGB (Red+Green+Blue) = 63+44+48=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C30 is #C0D3CF. Grayscale: #323232. Windows color (decimal): -12637136 or 3157055. OLE color: 3157055.
HSL color Cylindrical-coordinate representation of color #3F2C30: hue angle of 347.37º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F2C30 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 44 | 48 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.75 |
| HSL | 347.37º | 0.18% | 0.21% | - |
| HSV(B) | 347.37º | 0.3% | 0.25% | - |
| XYZ | 3.48 | 3.07 | 3.21 | - |
| YUV | 50.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 48 | 0 | 0.30 | 0.24 | 0.75 | 347.37 | 0.18 | 0.21 |
| Hex | 3F | 2C | 30 | 0 | 1E | 18 | 4B | 15B | 12 | 15 |
| Octal | 77 | 54 | 60 | 0 | 36 | 30 | 113 | 533 | 22 | 25 |
| Binary | 111111 | 101100 | 110000 | 0 | 11110 | 11000 | 1001011 | 101011011 | 10010 | 10101 |
Color Harmonies of #3F2C30
Complementary color
Monochromatic Colors of #3F2C30
Black with #3F2C30
Text Example
Text Example
White with #3F2C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C30; }
p { color: rgb(63,44,48); }
H1.HeaderClassName
{
color: #3F2C30;
}
.AnyTagClassName
{
color: #3F2C30;
}
</style>
background-color css
<style>
a { background-color: #3F2C30; }
a { background-color: rgb(63,44,48); }
div.DivClassName
{
background-color: #3F2C30;
}
.BgClassName
{
background-color: #3F2C30;
}
</style>
border-color css
<style>
span { border-color: #3F2C30; }
span { border-color: rgb(63,44,48); }
td.TdClassName
{
border-color: #3F2C30;
}
.TagClassName
{
border-color: #3F2C30;
}
</style>