Shades of Valentino #362A38
Tints of Valentino #362A38
RGB
CMYK
RGB Variations
Color information
#362A38 (or 0x362A38) is known color: Valentino. HEX triplet: 36, 2A and 38. RGB value is (54,42,56). Sum of RGB (Red+Green+Blue) = 54+42+56=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 56 - color contains mainly: blue. Hex color #362A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A38 is #C9D5C7. Grayscale: #2F2F2F. Windows color (decimal): -13227464 or 3680822. OLE color: 3680822.
HSL color Cylindrical-coordinate representation of color #362A38: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #362A38 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 42 | 56 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.78 |
| HSL | 291.43º | 0.14% | 0.19% | - |
| HSV(B) | 291.43º | 0.25% | 0.22% | - |
| XYZ | 3.06 | 2.73 | 4.11 | - |
| YUV | 47.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 56 | 0.04 | 0.25 | 0 | 0.78 | 291.43 | 0.14 | 0.19 |
| Hex | 36 | 2A | 38 | 4 | 19 | 0 | 4E | 123 | E | 13 |
| Octal | 66 | 52 | 70 | 4 | 31 | 0 | 116 | 443 | 16 | 23 |
| Binary | 110110 | 101010 | 111000 | 100 | 11001 | 0 | 1001110 | 100100011 | 1110 | 10011 |
Color Harmonies of #362A38
Complementary color
Monochromatic Colors of #362A38
Black with #362A38
Text Example
Text Example
White with #362A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A38; }
p { color: rgb(54,42,56); }
H1.HeaderClassName
{
color: #362A38;
}
.AnyTagClassName
{
color: #362A38;
}
</style>
background-color css
<style>
a { background-color: #362A38; }
a { background-color: rgb(54,42,56); }
div.DivClassName
{
background-color: #362A38;
}
.BgClassName
{
background-color: #362A38;
}
</style>
border-color css
<style>
span { border-color: #362A38; }
span { border-color: rgb(54,42,56); }
td.TdClassName
{
border-color: #362A38;
}
.TagClassName
{
border-color: #362A38;
}
</style>