Shades of Rebel #42342F
Tints of Rebel #42342F
RGB
CMYK
RGB Variations
Color information
#42342F (or 0x42342F) is known color: Rebel. HEX triplet: 42, 34 and 2F. RGB value is (66,52,47). Sum of RGB (Red+Green+Blue) = 66+52+47=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #42342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42342F is #BDCBD0. Grayscale: #373737. Windows color (decimal): -12438481 or 3093570. OLE color: 3093570.
HSL color Cylindrical-coordinate representation of color #42342F: hue angle of 15.79º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42342F is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 52 | 47 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.74 |
| HSL | 15.79º | 0.17% | 0.22% | - |
| HSV(B) | 15.79º | 0.29% | 0.26% | - |
| XYZ | 3.99 | 3.82 | 3.22 | - |
| YUV | 55.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 47 | 0 | 0.21 | 0.29 | 0.74 | 15.79 | 0.17 | 0.22 |
| Hex | 42 | 34 | 2F | 0 | 15 | 1D | 4A | 10 | 11 | 16 |
| Octal | 102 | 64 | 57 | 0 | 25 | 35 | 112 | 20 | 21 | 26 |
| Binary | 1000010 | 110100 | 101111 | 0 | 10101 | 11101 | 1001010 | 10000 | 10001 | 10110 |
Color Harmonies of #42342F
Complementary color
Monochromatic Colors of #42342F
Black with #42342F
Text Example
Text Example
White with #42342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42342F; }
p { color: rgb(66,52,47); }
H1.HeaderClassName
{
color: #42342F;
}
.AnyTagClassName
{
color: #42342F;
}
</style>
background-color css
<style>
a { background-color: #42342F; }
a { background-color: rgb(66,52,47); }
div.DivClassName
{
background-color: #42342F;
}
.BgClassName
{
background-color: #42342F;
}
</style>
border-color css
<style>
span { border-color: #42342F; }
span { border-color: rgb(66,52,47); }
td.TdClassName
{
border-color: #42342F;
}
.TagClassName
{
border-color: #42342F;
}
</style>