Shades of Rebel #42302A
Tints of Rebel #42302A
RGB
CMYK
RGB Variations
Color information
#42302A (or 0x42302A) is known color: Rebel. HEX triplet: 42, 30 and 2A. RGB value is (66,48,42). Sum of RGB (Red+Green+Blue) = 66+48+42=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #42302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42302A is #BDCFD5. Grayscale: #343434. Windows color (decimal): -12439510 or 2764866. OLE color: 2764866.
HSL color Cylindrical-coordinate representation of color #42302A: hue angle of 15º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42302A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 48 | 42 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.74 |
| HSL | 15º | 0.22% | 0.21% | - |
| HSV(B) | 15º | 0.36% | 0.26% | - |
| XYZ | 3.72 | 3.44 | 2.66 | - |
| YUV | 52.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 42 | 0 | 0.27 | 0.36 | 0.74 | 15 | 0.22 | 0.21 |
| Hex | 42 | 30 | 2A | 0 | 1B | 24 | 4A | F | 16 | 15 |
| Octal | 102 | 60 | 52 | 0 | 33 | 44 | 112 | 17 | 26 | 25 |
| Binary | 1000010 | 110000 | 101010 | 0 | 11011 | 100100 | 1001010 | 1111 | 10110 | 10101 |
Color Harmonies of #42302A
Complementary color
Monochromatic Colors of #42302A
Black with #42302A
Text Example
Text Example
White with #42302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42302A; }
p { color: rgb(66,48,42); }
H1.HeaderClassName
{
color: #42302A;
}
.AnyTagClassName
{
color: #42302A;
}
</style>
background-color css
<style>
a { background-color: #42302A; }
a { background-color: rgb(66,48,42); }
div.DivClassName
{
background-color: #42302A;
}
.BgClassName
{
background-color: #42302A;
}
</style>
border-color css
<style>
span { border-color: #42302A; }
span { border-color: rgb(66,48,42); }
td.TdClassName
{
border-color: #42302A;
}
.TagClassName
{
border-color: #42302A;
}
</style>