Shades of Cab Sav #422C30
Tints of Cab Sav #422C30
RGB
CMYK
RGB Variations
Color information
#422C30 (or 0x422C30) is known color: Cab Sav. HEX triplet: 42, 2C and 30. RGB value is (66,44,48). Sum of RGB (Red+Green+Blue) = 66+44+48=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #422C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C30 is #BDD3CF. Grayscale: #333333. Windows color (decimal): -12440528 or 3157058. OLE color: 3157058.
HSL color Cylindrical-coordinate representation of color #422C30: hue angle of 349.09º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422C30 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 48 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.74 |
| HSL | 349.09º | 0.2% | 0.22% | - |
| HSV(B) | 349.09º | 0.33% | 0.26% | - |
| XYZ | 3.68 | 3.17 | 3.21 | - |
| YUV | 51.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 48 | 0 | 0.33 | 0.27 | 0.74 | 349.09 | 0.2 | 0.22 |
| Hex | 42 | 2C | 30 | 0 | 21 | 1B | 4A | 15D | 14 | 16 |
| Octal | 102 | 54 | 60 | 0 | 41 | 33 | 112 | 535 | 24 | 26 |
| Binary | 1000010 | 101100 | 110000 | 0 | 100001 | 11011 | 1001010 | 101011101 | 10100 | 10110 |
Color Harmonies of #422C30
Complementary color
Monochromatic Colors of #422C30
Black with #422C30
Text Example
Text Example
White with #422C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C30; }
p { color: rgb(66,44,48); }
H1.HeaderClassName
{
color: #422C30;
}
.AnyTagClassName
{
color: #422C30;
}
</style>
background-color css
<style>
a { background-color: #422C30; }
a { background-color: rgb(66,44,48); }
div.DivClassName
{
background-color: #422C30;
}
.BgClassName
{
background-color: #422C30;
}
</style>
border-color css
<style>
span { border-color: #422C30; }
span { border-color: rgb(66,44,48); }
td.TdClassName
{
border-color: #422C30;
}
.TagClassName
{
border-color: #422C30;
}
</style>