Shades of Rebel #3F302B
Tints of Rebel #3F302B
RGB
CMYK
RGB Variations
Color information
#3F302B (or 0x3F302B) is known color: Rebel. HEX triplet: 3F, 30 and 2B. RGB value is (63,48,43). Sum of RGB (Red+Green+Blue) = 63+48+43=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F302B is #C0CFD4. Grayscale: #333333. Windows color (decimal): -12636117 or 2830399. OLE color: 2830399.
HSL color Cylindrical-coordinate representation of color #3F302B: hue angle of 15º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F302B is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 43 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.75 |
| HSL | 15º | 0.19% | 0.21% | - |
| HSV(B) | 15º | 0.32% | 0.25% | - |
| XYZ | 3.54 | 3.35 | 2.74 | - |
| YUV | 51.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 43 | 0 | 0.24 | 0.32 | 0.75 | 15 | 0.19 | 0.21 |
| Hex | 3F | 30 | 2B | 0 | 18 | 20 | 4B | F | 13 | 15 |
| Octal | 77 | 60 | 53 | 0 | 30 | 40 | 113 | 17 | 23 | 25 |
| Binary | 111111 | 110000 | 101011 | 0 | 11000 | 100000 | 1001011 | 1111 | 10011 | 10101 |
Color Harmonies of #3F302B
Complementary color
Monochromatic Colors of #3F302B
Black with #3F302B
Text Example
Text Example
White with #3F302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F302B; }
p { color: rgb(63,48,43); }
H1.HeaderClassName
{
color: #3F302B;
}
.AnyTagClassName
{
color: #3F302B;
}
</style>
background-color css
<style>
a { background-color: #3F302B; }
a { background-color: rgb(63,48,43); }
div.DivClassName
{
background-color: #3F302B;
}
.BgClassName
{
background-color: #3F302B;
}
</style>
border-color css
<style>
span { border-color: #3F302B; }
span { border-color: rgb(63,48,43); }
td.TdClassName
{
border-color: #3F302B;
}
.TagClassName
{
border-color: #3F302B;
}
</style>