Shades of Cab Sav #3C3134
Tints of Cab Sav #3C3134
RGB
CMYK
RGB Variations
Color information
#3C3134 (or 0x3C3134) is known color: Cab Sav. HEX triplet: 3C, 31 and 34. RGB value is (60,49,52). Sum of RGB (Red+Green+Blue) = 60+49+52=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3134 is #C3CECB. Grayscale: #343434. Windows color (decimal): -12832460 or 3420476. OLE color: 3420476.
HSL color Cylindrical-coordinate representation of color #3C3134: hue angle of 343.64º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C3134 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 52 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.76 |
| HSL | 343.64º | 0.1% | 0.21% | - |
| HSV(B) | 343.64º | 0.18% | 0.24% | - |
| XYZ | 3.58 | 3.41 | 3.72 | - |
| YUV | 52.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 52 | 0 | 0.18 | 0.13 | 0.76 | 343.64 | 0.1 | 0.21 |
| Hex | 3C | 31 | 34 | 0 | 12 | D | 4C | 158 | A | 15 |
| Octal | 74 | 61 | 64 | 0 | 22 | 15 | 114 | 530 | 12 | 25 |
| Binary | 111100 | 110001 | 110100 | 0 | 10010 | 1101 | 1001100 | 101011000 | 1010 | 10101 |
Color Harmonies of #3C3134
Complementary color
Monochromatic Colors of #3C3134
Black with #3C3134
Text Example
Text Example
White with #3C3134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3134; }
p { color: rgb(60,49,52); }
H1.HeaderClassName
{
color: #3C3134;
}
.AnyTagClassName
{
color: #3C3134;
}
</style>
background-color css
<style>
a { background-color: #3C3134; }
a { background-color: rgb(60,49,52); }
div.DivClassName
{
background-color: #3C3134;
}
.BgClassName
{
background-color: #3C3134;
}
</style>
border-color css
<style>
span { border-color: #3C3134; }
span { border-color: rgb(60,49,52); }
td.TdClassName
{
border-color: #3C3134;
}
.TagClassName
{
border-color: #3C3134;
}
</style>