#372D38

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

Shades of Valentino #372D38

Tints of Valentino #372D38

Color information

#372D38 (or 0x372D38) is unknown color: approx Valentino. HEX triplet: 37, 2D and 38. RGB value is (55,45,56). Sum of RGB (Red+Green+Blue) = 55+45+56=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 56 - color contains mainly: blue. Hex color #372D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D38 is #C8D2C7. Grayscale: #313131. Windows color (decimal): -13161160 or 3681591. OLE color: 3681591.

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

Color convert

RGB554556-
CMYK0.020.2000.78
HSL294.55º10.89%19.8%-
HSV(B)294.55º19.64%21.96%-
XYZ3.232.974.15-
YUV49.24131.81132.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=35.26%
G=28.85%
B=35.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5545560.020.2000.78294.5510.8919.8
Hex372D3821404E127b14
Octal67557022401164471324
Binary110111101101111000101010001001110100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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