#372938

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

Shades of Valentino #372938

Tints of Valentino #372938

Color information

#372938 (or 0x372938) is unknown color: approx Valentino. HEX triplet: 37, 29 and 38. RGB value is (55,41,56). Sum of RGB (Red+Green+Blue) = 55+41+56=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 41 (16.41% from 255 or 26.97% 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 #372938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372938 is #C8D6C7. Grayscale: #2E2E2E. Windows color (decimal): -13162184 or 3680567. OLE color: 3680567.

HSL color Cylindrical-coordinate representation of color #372938: hue angle of 296º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #372938 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB554156-
CMYK0.020.2700.78
HSL296º15.46%19.02%-
HSV(B)296º26.79%21.96%-
XYZ3.082.684.1-
YUV46.9133.14133.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=36.18%
G=26.97%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5541560.020.2700.7829615.4619.02
Hex37293821B04E128f13
Octal67517023301164501723
Binary110111101001111000101101101001110100101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372938; }

 p { color: rgb(55,41,56); }

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

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

 a { background-color: rgb(55,41,56); }

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

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

 span { border-color: rgb(55,41,56); }

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