Shades of Grape #413F43
Tints of Grape #413F43
RGB
CMYK
RGB Variations
Color information
#413F43 (or 0x413F43) is known color: Grape. HEX triplet: 41, 3F and 43. RGB value is (65,63,67). Sum of RGB (Red+Green+Blue) = 65+63+67=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 67 - color contains mainly: blue. Hex color #413F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F43 is #BEC0BC. Grayscale: #404040. Windows color (decimal): -12501181 or 4407105. OLE color: 4407105.
HSL color Cylindrical-coordinate representation of color #413F43: hue angle of 270º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #413F43 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 63 | 67 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.74 |
| HSL | 270º | 0.03% | 0.25% | - |
| HSV(B) | 270º | 0.06% | 0.26% | - |
| XYZ | 4.97 | 5.08 | 6.03 | - |
| YUV | 64.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 67 | 0.03 | 0.06 | 0 | 0.74 | 270 | 0.03 | 0.25 |
| Hex | 41 | 3F | 43 | 3 | 6 | 0 | 4A | 10E | 3 | 19 |
| Octal | 101 | 77 | 103 | 3 | 6 | 0 | 112 | 416 | 3 | 31 |
| Binary | 1000001 | 111111 | 1000011 | 11 | 110 | 0 | 1001010 | 100001110 | 11 | 11001 |
Color Harmonies of #413F43
Complementary color
Monochromatic Colors of #413F43
Black with #413F43
Text Example
Text Example
White with #413F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F43; }
p { color: rgb(65,63,67); }
H1.HeaderClassName
{
color: #413F43;
}
.AnyTagClassName
{
color: #413F43;
}
</style>
background-color css
<style>
a { background-color: #413F43; }
a { background-color: rgb(65,63,67); }
div.DivClassName
{
background-color: #413F43;
}
.BgClassName
{
background-color: #413F43;
}
</style>
border-color css
<style>
span { border-color: #413F43; }
span { border-color: rgb(65,63,67); }
td.TdClassName
{
border-color: #413F43;
}
.TagClassName
{
border-color: #413F43;
}
</style>