#372838

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

Shades of Valentino #372838

Tints of Valentino #372838

Color information

#372838 (or 0x372838) is unknown color: approx Valentino. HEX triplet: 37, 28 and 38. RGB value is (55,40,56). Sum of RGB (Red+Green+Blue) = 55+40+56=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 56 - color contains mainly: blue. Hex color #372838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372838 is #C8D7C7. Grayscale: #2E2E2E. Windows color (decimal): -13162440 or 3680311. OLE color: 3680311.

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

Color convert

RGB554056-
CMYK0.020.2900.78
HSL296.25º16.67%18.82%-
HSV(B)296.25º28.57%21.96%-
XYZ3.052.624.09-
YUV46.31133.47134.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 56 (22.27% from 255) = 37.09%
R=36.42%
G=26.49%
B=37.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5540560.020.2900.78296.2516.6718.82
Hex37283821D04E1281113
Octal67507023501164502123
Binary1101111010001110001011101010011101001010001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372838; }

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

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

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

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

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

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

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

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