Shades of Cab Sav #42292E
Tints of Cab Sav #42292E
RGB
CMYK
RGB Variations
Color information
#42292E (or 0x42292E) is known color: Cab Sav. HEX triplet: 42, 29 and 2E. RGB value is (66,41,46). Sum of RGB (Red+Green+Blue) = 66+41+46=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #42292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42292E is #BDD6D1. Grayscale: #313131. Windows color (decimal): -12441298 or 3025218. OLE color: 3025218.
HSL color Cylindrical-coordinate representation of color #42292E: hue angle of 348º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42292E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 41 | 46 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.74 |
| HSL | 348º | 0.23% | 0.21% | - |
| HSV(B) | 348º | 0.38% | 0.26% | - |
| XYZ | 3.53 | 2.94 | 2.97 | - |
| YUV | 49.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 46 | 0 | 0.38 | 0.30 | 0.74 | 348 | 0.23 | 0.21 |
| Hex | 42 | 29 | 2E | 0 | 26 | 1E | 4A | 15C | 17 | 15 |
| Octal | 102 | 51 | 56 | 0 | 46 | 36 | 112 | 534 | 27 | 25 |
| Binary | 1000010 | 101001 | 101110 | 0 | 100110 | 11110 | 1001010 | 101011100 | 10111 | 10101 |
Color Harmonies of #42292E
Complementary color
Monochromatic Colors of #42292E
Black with #42292E
Text Example
Text Example
White with #42292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42292E; }
p { color: rgb(66,41,46); }
H1.HeaderClassName
{
color: #42292E;
}
.AnyTagClassName
{
color: #42292E;
}
</style>
background-color css
<style>
a { background-color: #42292E; }
a { background-color: rgb(66,41,46); }
div.DivClassName
{
background-color: #42292E;
}
.BgClassName
{
background-color: #42292E;
}
</style>
border-color css
<style>
span { border-color: #42292E; }
span { border-color: rgb(66,41,46); }
td.TdClassName
{
border-color: #42292E;
}
.TagClassName
{
border-color: #42292E;
}
</style>