Shades of Rebel #3F2F2D
Tints of Rebel #3F2F2D
RGB
CMYK
RGB Variations
Color information
#3F2F2D (or 0x3F2F2D) is known color: Rebel. HEX triplet: 3F, 2F and 2D. RGB value is (63,47,45). Sum of RGB (Red+Green+Blue) = 63+47+45=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F2D is #C0D0D2. Grayscale: #333333. Windows color (decimal): -12636371 or 2961215. OLE color: 2961215.
HSL color Cylindrical-coordinate representation of color #3F2F2D: hue angle of 6.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F2F2D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 45 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.75 |
| HSL | 6.67º | 0.17% | 0.21% | - |
| HSV(B) | 6.67º | 0.29% | 0.25% | - |
| XYZ | 3.54 | 3.28 | 2.93 | - |
| YUV | 51.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 45 | 0 | 0.25 | 0.29 | 0.75 | 6.67 | 0.17 | 0.21 |
| Hex | 3F | 2F | 2D | 0 | 19 | 1D | 4B | 7 | 11 | 15 |
| Octal | 77 | 57 | 55 | 0 | 31 | 35 | 113 | 7 | 21 | 25 |
| Binary | 111111 | 101111 | 101101 | 0 | 11001 | 11101 | 1001011 | 111 | 10001 | 10101 |
Color Harmonies of #3F2F2D
Complementary color
Monochromatic Colors of #3F2F2D
Black with #3F2F2D
Text Example
Text Example
White with #3F2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F2D; }
p { color: rgb(63,47,45); }
H1.HeaderClassName
{
color: #3F2F2D;
}
.AnyTagClassName
{
color: #3F2F2D;
}
</style>
background-color css
<style>
a { background-color: #3F2F2D; }
a { background-color: rgb(63,47,45); }
div.DivClassName
{
background-color: #3F2F2D;
}
.BgClassName
{
background-color: #3F2F2D;
}
</style>
border-color css
<style>
span { border-color: #3F2F2D; }
span { border-color: rgb(63,47,45); }
td.TdClassName
{
border-color: #3F2F2D;
}
.TagClassName
{
border-color: #3F2F2D;
}
</style>