Shades of Rebel #3E322F
Tints of Rebel #3E322F
RGB
CMYK
RGB Variations
Color information
#3E322F (or 0x3E322F) is known color: Rebel. HEX triplet: 3E, 32 and 2F. RGB value is (62,50,47). Sum of RGB (Red+Green+Blue) = 62+50+47=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E322F is #C1CDD0. Grayscale: #353535. Windows color (decimal): -12701137 or 3093054. OLE color: 3093054.
HSL color Cylindrical-coordinate representation of color #3E322F: hue angle of 12º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E322F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 47 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.76 |
| HSL | 12º | 0.14% | 0.21% | - |
| HSV(B) | 12º | 0.24% | 0.24% | - |
| XYZ | 3.64 | 3.51 | 3.18 | - |
| YUV | 53.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 47 | 0 | 0.19 | 0.24 | 0.76 | 12 | 0.14 | 0.21 |
| Hex | 3E | 32 | 2F | 0 | 13 | 18 | 4C | C | E | 15 |
| Octal | 76 | 62 | 57 | 0 | 23 | 30 | 114 | 14 | 16 | 25 |
| Binary | 111110 | 110010 | 101111 | 0 | 10011 | 11000 | 1001100 | 1100 | 1110 | 10101 |
Color Harmonies of #3E322F
Complementary color
Monochromatic Colors of #3E322F
Black with #3E322F
Text Example
Text Example
White with #3E322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E322F; }
p { color: rgb(62,50,47); }
H1.HeaderClassName
{
color: #3E322F;
}
.AnyTagClassName
{
color: #3E322F;
}
</style>
background-color css
<style>
a { background-color: #3E322F; }
a { background-color: rgb(62,50,47); }
div.DivClassName
{
background-color: #3E322F;
}
.BgClassName
{
background-color: #3E322F;
}
</style>
border-color css
<style>
span { border-color: #3E322F; }
span { border-color: rgb(62,50,47); }
td.TdClassName
{
border-color: #3E322F;
}
.TagClassName
{
border-color: #3E322F;
}
</style>