#372B38

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

Shades of Valentino #372B38

Tints of Valentino #372B38

Color information

#372B38 (or 0x372B38) is unknown color: approx Valentino. HEX triplet: 37, 2B and 38. RGB value is (55,43,56). Sum of RGB (Red+Green+Blue) = 55+43+56=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 56 - color contains mainly: blue. Hex color #372B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B38 is #C8D4C7. Grayscale: #303030. Windows color (decimal): -13161672 or 3681079. OLE color: 3681079.

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

Color convert

RGB554356-
CMYK0.020.2300.78
HSL295.38º13.13%19.41%-
HSV(B)295.38º23.21%21.96%-
XYZ3.152.834.12-
YUV48.07132.48132.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.71%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 56 (22.27% from 255) = 36.36%
R=35.71%
G=27.92%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5543560.020.2300.78295.3813.1319.41
Hex372B3821704E127d13
Octal67537022701164471523
Binary110111101011111000101011101001110100100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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