#372F38

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

Shades of Valentino #372F38

Tints of Valentino #372F38

Color information

#372F38 (or 0x372F38) is unknown color: approx Valentino. HEX triplet: 37, 2F and 38. RGB value is (55,47,56). Sum of RGB (Red+Green+Blue) = 55+47+56=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 56 - color contains mainly: blue. Hex color #372F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F38 is #C8D0C7. Grayscale: #323232. Windows color (decimal): -13160648 or 3682103. OLE color: 3682103.

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

Color convert

RGB554756-
CMYK0.020.1600.78
HSL293.33º8.74%20.2%-
HSV(B)293.33º16.07%21.96%-
XYZ3.313.134.17-
YUV50.42131.15131.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=34.81%
G=29.75%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5547560.020.1600.78293.338.7420.2
Hex372F3821004E125914
Octal67577022001164451124
Binary110111101111111000101000001001110100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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