Shades of Cab Sav #3C3335
Tints of Cab Sav #3C3335
RGB
CMYK
RGB Variations
Color information
#3C3335 (or 0x3C3335) is known color: Cab Sav. HEX triplet: 3C, 33 and 35. RGB value is (60,51,53). Sum of RGB (Red+Green+Blue) = 60+51+53=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3335 is #C3CCCA. Grayscale: #353535. Windows color (decimal): -12831947 or 3486524. OLE color: 3486524.
HSL color Cylindrical-coordinate representation of color #3C3335: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C3335 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 53 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.76 |
| HSL | 346.67º | 0.08% | 0.22% | - |
| HSV(B) | 346.67º | 0.15% | 0.24% | - |
| XYZ | 3.69 | 3.59 | 3.87 | - |
| YUV | 53.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 53 | 0 | 0.15 | 0.12 | 0.76 | 346.67 | 0.08 | 0.22 |
| Hex | 3C | 33 | 35 | 0 | F | C | 4C | 15B | 8 | 16 |
| Octal | 74 | 63 | 65 | 0 | 17 | 14 | 114 | 533 | 10 | 26 |
| Binary | 111100 | 110011 | 110101 | 0 | 1111 | 1100 | 1001100 | 101011011 | 1000 | 10110 |
Color Harmonies of #3C3335
Complementary color
Monochromatic Colors of #3C3335
Black with #3C3335
Text Example
Text Example
White with #3C3335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3335; }
p { color: rgb(60,51,53); }
H1.HeaderClassName
{
color: #3C3335;
}
.AnyTagClassName
{
color: #3C3335;
}
</style>
background-color css
<style>
a { background-color: #3C3335; }
a { background-color: rgb(60,51,53); }
div.DivClassName
{
background-color: #3C3335;
}
.BgClassName
{
background-color: #3C3335;
}
</style>
border-color css
<style>
span { border-color: #3C3335; }
span { border-color: rgb(60,51,53); }
td.TdClassName
{
border-color: #3C3335;
}
.TagClassName
{
border-color: #3C3335;
}
</style>