#37273A

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

Shades of Valentino #37273A

Tints of Valentino #37273A

Color information

#37273A (or 0x37273A) is unknown color: approx Valentino. HEX triplet: 37, 27 and 3A. RGB value is (55,39,58). Sum of RGB (Red+Green+Blue) = 55+39+58=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #37273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37273A is #C8D8C5. Grayscale: #2D2D2D. Windows color (decimal): -13162694 or 3811127. OLE color: 3811127.

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

Color convert

RGB553958-
CMYK0.050.3300.77
HSL290.53º19.59%19.02%-
HSV(B)290.53º32.76%22.75%-
XYZ3.062.574.34-
YUV45.95134.8134.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=36.18%
G=25.66%
B=38.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5539580.050.3300.77290.5319.5919.02
Hex37273A52104D1231413
Octal67477254101154432423
Binary110111100111111010101100001010011011001000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37273A; }

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

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

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

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

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

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

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

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