Shades of Rebel #3F3230
Tints of Rebel #3F3230
RGB
CMYK
RGB Variations
Color information
#3F3230 (or 0x3F3230) is known color: Rebel. HEX triplet: 3F, 32 and 30. RGB value is (63,50,48). Sum of RGB (Red+Green+Blue) = 63+50+48=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3230 is #C0CDCF. Grayscale: #353535. Windows color (decimal): -12635600 or 3158591. OLE color: 3158591.
HSL color Cylindrical-coordinate representation of color #3F3230: hue angle of 8º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F3230 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 48 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.75 |
| HSL | 8º | 0.14% | 0.22% | - |
| HSV(B) | 8º | 0.24% | 0.25% | - |
| XYZ | 3.72 | 3.55 | 3.29 | - |
| YUV | 53.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 48 | 0 | 0.21 | 0.24 | 0.75 | 8 | 0.14 | 0.22 |
| Hex | 3F | 32 | 30 | 0 | 15 | 18 | 4B | 8 | E | 16 |
| Octal | 77 | 62 | 60 | 0 | 25 | 30 | 113 | 10 | 16 | 26 |
| Binary | 111111 | 110010 | 110000 | 0 | 10101 | 11000 | 1001011 | 1000 | 1110 | 10110 |
Color Harmonies of #3F3230
Complementary color
Monochromatic Colors of #3F3230
Black with #3F3230
Text Example
Text Example
White with #3F3230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3230; }
p { color: rgb(63,50,48); }
H1.HeaderClassName
{
color: #3F3230;
}
.AnyTagClassName
{
color: #3F3230;
}
</style>
background-color css
<style>
a { background-color: #3F3230; }
a { background-color: rgb(63,50,48); }
div.DivClassName
{
background-color: #3F3230;
}
.BgClassName
{
background-color: #3F3230;
}
</style>
border-color css
<style>
span { border-color: #3F3230; }
span { border-color: rgb(63,50,48); }
td.TdClassName
{
border-color: #3F3230;
}
.TagClassName
{
border-color: #3F3230;
}
</style>