#362E37

Color #362E37 Valentino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valentino #362E37

Tints of Valentino #362E37

Color information

#362E37 (or 0x362E37) is unknown color: approx Valentino. HEX triplet: 36, 2E and 37. RGB value is (54,46,55). Sum of RGB (Red+Green+Blue) = 54+46+55=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 55 - color contains mainly: blue. Hex color #362E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E37 is #C9D1C8. Grayscale: #313131. Windows color (decimal): -13226441 or 3616310. OLE color: 3616310.

HSL color Cylindrical-coordinate representation of color #362E37: hue angle of 293.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #362E37 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB544655-
CMYK0.020.1600.78
HSL293.33º8.91%19.8%-
HSV(B)293.33º16.36%21.57%-
XYZ3.193.014.03-
YUV49.42131.15131.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=34.84%
G=29.68%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5446550.020.1600.78293.338.9119.8
Hex362E3721004E125914
Octal66566722001164451124
Binary110110101110110111101000001001110100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E37; }

 p { color: rgb(54,46,55); }

 H1.HeaderClassName
 {
   color: #362E37;
 }
 .AnyTagClassName
 {
   color: #362E37;
 }
</style>
background-color css

<style>
 a { background-color: #362E37; }

 a { background-color: rgb(54,46,55); }

 div.DivClassName
 {
   background-color: #362E37;
 }
 .BgClassName
 {
   background-color: #362E37;
 }
</style>
border-color css

<style>
 span { border-color: #362E37; }

 span { border-color: rgb(54,46,55); }

 td.TdClassName
 {
   border-color: #362E37;
 }
 .TagClassName
 {
   border-color: #362E37;
 }
</style>