#372A3A

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

Shades of Valentino #372A3A

Tints of Valentino #372A3A

Color information

#372A3A (or 0x372A3A) is unknown color: approx Valentino. HEX triplet: 37, 2A and 3A. RGB value is (55,42,58). Sum of RGB (Red+Green+Blue) = 55+42+58=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 58 - color contains mainly: blue. Hex color #372A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A3A is #C8D5C5. Grayscale: #2F2F2F. Windows color (decimal): -13161926 or 3811895. OLE color: 3811895.

HSL color Cylindrical-coordinate representation of color #372A3A: hue angle of 288.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #372A3A is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB554258-
CMYK0.050.2800.77
HSL288.75º16%19.61%-
HSV(B)288.75º27.59%22.75%-
XYZ3.172.774.37-
YUV47.71133.81133.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.48%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=35.48%
G=27.10%
B=37.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5542580.050.2800.77288.751619.61
Hex372A3A51C04D1211014
Octal67527253401154412024
Binary11011110101011101010111100010011011001000011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372A3A; }

 p { color: rgb(55,42,58); }

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

<style>
 a { background-color: #372A3A; }

 a { background-color: rgb(55,42,58); }

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

<style>
 span { border-color: #372A3A; }

 span { border-color: rgb(55,42,58); }

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