Shades of Cab Sav #402C30
Tints of Cab Sav #402C30
RGB
CMYK
RGB Variations
Color information
#402C30 (or 0x402C30) is known color: Cab Sav. HEX triplet: 40, 2C and 30. RGB value is (64,44,48). Sum of RGB (Red+Green+Blue) = 64+44+48=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #402C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C30 is #BFD3CF. Grayscale: #323232. Windows color (decimal): -12571600 or 3157056. OLE color: 3157056.
HSL color Cylindrical-coordinate representation of color #402C30: hue angle of 348º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #402C30 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 48 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.75 |
| HSL | 348º | 0.19% | 0.21% | - |
| HSV(B) | 348º | 0.31% | 0.25% | - |
| XYZ | 3.55 | 3.1 | 3.21 | - |
| YUV | 50.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 48 | 0 | 0.31 | 0.25 | 0.75 | 348 | 0.19 | 0.21 |
| Hex | 40 | 2C | 30 | 0 | 1F | 19 | 4B | 15C | 13 | 15 |
| Octal | 100 | 54 | 60 | 0 | 37 | 31 | 113 | 534 | 23 | 25 |
| Binary | 1000000 | 101100 | 110000 | 0 | 11111 | 11001 | 1001011 | 101011100 | 10011 | 10101 |
Color Harmonies of #402C30
Complementary color
Monochromatic Colors of #402C30
Black with #402C30
Text Example
Text Example
White with #402C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C30; }
p { color: rgb(64,44,48); }
H1.HeaderClassName
{
color: #402C30;
}
.AnyTagClassName
{
color: #402C30;
}
</style>
background-color css
<style>
a { background-color: #402C30; }
a { background-color: rgb(64,44,48); }
div.DivClassName
{
background-color: #402C30;
}
.BgClassName
{
background-color: #402C30;
}
</style>
border-color css
<style>
span { border-color: #402C30; }
span { border-color: rgb(64,44,48); }
td.TdClassName
{
border-color: #402C30;
}
.TagClassName
{
border-color: #402C30;
}
</style>