Shades of Rebel #3F3533
Tints of Rebel #3F3533
RGB
CMYK
RGB Variations
Color information
#3F3533 (or 0x3F3533) is known color: Rebel. HEX triplet: 3F, 35 and 33. RGB value is (63,53,51). Sum of RGB (Red+Green+Blue) = 63+53+51=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3533 is #C0CACC. Grayscale: #373737. Windows color (decimal): -12634829 or 3355967. OLE color: 3355967.
HSL color Cylindrical-coordinate representation of color #3F3533: hue angle of 10º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F3533 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 51 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.75 |
| HSL | 10º | 0.11% | 0.22% | - |
| HSV(B) | 10º | 0.19% | 0.25% | - |
| XYZ | 3.92 | 3.84 | 3.67 | - |
| YUV | 55.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 51 | 0 | 0.16 | 0.19 | 0.75 | 10 | 0.11 | 0.22 |
| Hex | 3F | 35 | 33 | 0 | 10 | 13 | 4B | A | B | 16 |
| Octal | 77 | 65 | 63 | 0 | 20 | 23 | 113 | 12 | 13 | 26 |
| Binary | 111111 | 110101 | 110011 | 0 | 10000 | 10011 | 1001011 | 1010 | 1011 | 10110 |
Color Harmonies of #3F3533
Complementary color
Monochromatic Colors of #3F3533
Black with #3F3533
Text Example
Text Example
White with #3F3533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3533; }
p { color: rgb(63,53,51); }
H1.HeaderClassName
{
color: #3F3533;
}
.AnyTagClassName
{
color: #3F3533;
}
</style>
background-color css
<style>
a { background-color: #3F3533; }
a { background-color: rgb(63,53,51); }
div.DivClassName
{
background-color: #3F3533;
}
.BgClassName
{
background-color: #3F3533;
}
</style>
border-color css
<style>
span { border-color: #3F3533; }
span { border-color: rgb(63,53,51); }
td.TdClassName
{
border-color: #3F3533;
}
.TagClassName
{
border-color: #3F3533;
}
</style>