Shades of Valentino #41233F
Tints of Valentino #41233F
RGB
CMYK
RGB Variations
Color information
#41233F (or 0x41233F) is known color: Valentino. HEX triplet: 41, 23 and 3F. RGB value is (65,35,63). Sum of RGB (Red+Green+Blue) = 65+35+63=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #41233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41233F is #BEDCC0. Grayscale: #2F2F2F. Windows color (decimal): -12508353 or 4137793. OLE color: 4137793.
HSL color Cylindrical-coordinate representation of color #41233F: hue angle of 304º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41233F is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 63 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.75 |
| HSL | 304º | 0.3% | 0.2% | - |
| HSV(B) | 304º | 0.46% | 0.25% | - |
| XYZ | 3.68 | 2.68 | 5.03 | - |
| YUV | 47.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 63 | 0 | 0.46 | 0.03 | 0.75 | 304 | 0.3 | 0.2 |
| Hex | 41 | 23 | 3F | 0 | 2E | 3 | 4B | 130 | 1E | 14 |
| Octal | 101 | 43 | 77 | 0 | 56 | 3 | 113 | 460 | 36 | 24 |
| Binary | 1000001 | 100011 | 111111 | 0 | 101110 | 11 | 1001011 | 100110000 | 11110 | 10100 |
Color Harmonies of #41233F
Complementary color
Monochromatic Colors of #41233F
Black with #41233F
Text Example
Text Example
White with #41233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41233F; }
p { color: rgb(65,35,63); }
H1.HeaderClassName
{
color: #41233F;
}
.AnyTagClassName
{
color: #41233F;
}
</style>
background-color css
<style>
a { background-color: #41233F; }
a { background-color: rgb(65,35,63); }
div.DivClassName
{
background-color: #41233F;
}
.BgClassName
{
background-color: #41233F;
}
</style>
border-color css
<style>
span { border-color: #41233F; }
span { border-color: rgb(65,35,63); }
td.TdClassName
{
border-color: #41233F;
}
.TagClassName
{
border-color: #41233F;
}
</style>