Shades of Rebel #3F2D29
Tints of Rebel #3F2D29
RGB
CMYK
RGB Variations
Color information
#3F2D29 (or 0x3F2D29) is known color: Rebel. HEX triplet: 3F, 2D and 29. RGB value is (63,45,41). Sum of RGB (Red+Green+Blue) = 63+45+41=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2D29 is #C0D2D6. Grayscale: #313131. Windows color (decimal): -12636887 or 2698559. OLE color: 2698559.
HSL color Cylindrical-coordinate representation of color #3F2D29: hue angle of 10.91º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F2D29 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 45 | 41 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.75 |
| HSL | 10.91º | 0.21% | 0.2% | - |
| HSV(B) | 10.91º | 0.35% | 0.25% | - |
| XYZ | 3.39 | 3.09 | 2.52 | - |
| YUV | 49.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 41 | 0 | 0.29 | 0.35 | 0.75 | 10.91 | 0.21 | 0.2 |
| Hex | 3F | 2D | 29 | 0 | 1D | 23 | 4B | B | 15 | 14 |
| Octal | 77 | 55 | 51 | 0 | 35 | 43 | 113 | 13 | 25 | 24 |
| Binary | 111111 | 101101 | 101001 | 0 | 11101 | 100011 | 1001011 | 1011 | 10101 | 10100 |
Color Harmonies of #3F2D29
Complementary color
Monochromatic Colors of #3F2D29
Black with #3F2D29
Text Example
Text Example
White with #3F2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D29; }
p { color: rgb(63,45,41); }
H1.HeaderClassName
{
color: #3F2D29;
}
.AnyTagClassName
{
color: #3F2D29;
}
</style>
background-color css
<style>
a { background-color: #3F2D29; }
a { background-color: rgb(63,45,41); }
div.DivClassName
{
background-color: #3F2D29;
}
.BgClassName
{
background-color: #3F2D29;
}
</style>
border-color css
<style>
span { border-color: #3F2D29; }
span { border-color: rgb(63,45,41); }
td.TdClassName
{
border-color: #3F2D29;
}
.TagClassName
{
border-color: #3F2D29;
}
</style>