Shades of Rebel #3F302E
Tints of Rebel #3F302E
RGB
CMYK
RGB Variations
Color information
#3F302E (or 0x3F302E) is known color: Rebel. HEX triplet: 3F, 30 and 2E. RGB value is (63,48,46). Sum of RGB (Red+Green+Blue) = 63+48+46=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F302E is #C0CFD1. Grayscale: #343434. Windows color (decimal): -12636114 or 3027007. OLE color: 3027007.
HSL color Cylindrical-coordinate representation of color #3F302E: hue angle of 7.06º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F302E is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 46 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.75 |
| HSL | 7.06º | 0.16% | 0.21% | - |
| HSV(B) | 7.06º | 0.27% | 0.25% | - |
| XYZ | 3.6 | 3.37 | 3.05 | - |
| YUV | 52.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 46 | 0 | 0.24 | 0.27 | 0.75 | 7.06 | 0.16 | 0.21 |
| Hex | 3F | 30 | 2E | 0 | 18 | 1B | 4B | 7 | 10 | 15 |
| Octal | 77 | 60 | 56 | 0 | 30 | 33 | 113 | 7 | 20 | 25 |
| Binary | 111111 | 110000 | 101110 | 0 | 11000 | 11011 | 1001011 | 111 | 10000 | 10101 |
Color Harmonies of #3F302E
Complementary color
Monochromatic Colors of #3F302E
Black with #3F302E
Text Example
Text Example
White with #3F302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F302E; }
p { color: rgb(63,48,46); }
H1.HeaderClassName
{
color: #3F302E;
}
.AnyTagClassName
{
color: #3F302E;
}
</style>
background-color css
<style>
a { background-color: #3F302E; }
a { background-color: rgb(63,48,46); }
div.DivClassName
{
background-color: #3F302E;
}
.BgClassName
{
background-color: #3F302E;
}
</style>
border-color css
<style>
span { border-color: #3F302E; }
span { border-color: rgb(63,48,46); }
td.TdClassName
{
border-color: #3F302E;
}
.TagClassName
{
border-color: #3F302E;
}
</style>