#373237

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

Shades of Valentino #373237

Tints of Valentino #373237

Color information

#373237 (or 0x373237) is unknown color: approx Valentino. HEX triplet: 37, 32 and 37. RGB value is (55,50,55). Sum of RGB (Red+Green+Blue) = 55+50+55=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 55 - color contains mainly: red, blue. Hex color #373237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373237 is #C8CDC8. Grayscale: #343434. Windows color (decimal): -13159881 or 3617335. OLE color: 3617335.

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

Color convert

RGB555055-
CMYK00.0900.78
HSL300º4.76%20.59%-
HSV(B)300º9.09%21.57%-
XYZ3.413.374.09-
YUV52.07129.66130.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.38%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=34.38%
G=31.25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55505500.0900.783004.7620.59
Hex3732370904E12c515
Octal6762670110116454525
Binary110111110010110111010010100111010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373237; }

 p { color: rgb(55,50,55); }

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

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

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

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

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

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

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