Shades of Rebel #3F302D
Tints of Rebel #3F302D
RGB
CMYK
RGB Variations
Color information
#3F302D (or 0x3F302D) is known color: Rebel. HEX triplet: 3F, 30 and 2D. RGB value is (63,48,45). Sum of RGB (Red+Green+Blue) = 63+48+45=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F302D is #C0CFD2. Grayscale: #343434. Windows color (decimal): -12636115 or 2961471. OLE color: 2961471.
HSL color Cylindrical-coordinate representation of color #3F302D: hue angle of 10º 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 #3F302D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 45 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.75 |
| HSL | 10º | 0.17% | 0.21% | - |
| HSV(B) | 10º | 0.29% | 0.25% | - |
| XYZ | 3.58 | 3.36 | 2.94 | - |
| YUV | 52.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 45 | 0 | 0.24 | 0.29 | 0.75 | 10 | 0.17 | 0.21 |
| Hex | 3F | 30 | 2D | 0 | 18 | 1D | 4B | A | 11 | 15 |
| Octal | 77 | 60 | 55 | 0 | 30 | 35 | 113 | 12 | 21 | 25 |
| Binary | 111111 | 110000 | 101101 | 0 | 11000 | 11101 | 1001011 | 1010 | 10001 | 10101 |
Color Harmonies of #3F302D
Complementary color
Monochromatic Colors of #3F302D
Black with #3F302D
Text Example
Text Example
White with #3F302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F302D; }
p { color: rgb(63,48,45); }
H1.HeaderClassName
{
color: #3F302D;
}
.AnyTagClassName
{
color: #3F302D;
}
</style>
background-color css
<style>
a { background-color: #3F302D; }
a { background-color: rgb(63,48,45); }
div.DivClassName
{
background-color: #3F302D;
}
.BgClassName
{
background-color: #3F302D;
}
</style>
border-color css
<style>
span { border-color: #3F302D; }
span { border-color: rgb(63,48,45); }
td.TdClassName
{
border-color: #3F302D;
}
.TagClassName
{
border-color: #3F302D;
}
</style>