#372B48

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

Shades of Violent Violet #372B48

Tints of Violent Violet #372B48

Color information

#372B48 (or 0x372B48) is unknown color: approx Violent Violet. HEX triplet: 37, 2B and 48. RGB value is (55,43,72). Sum of RGB (Red+Green+Blue) = 55+43+72=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #372B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B48 is #C8D4B7. Grayscale: #313131. Windows color (decimal): -13161656 or 4729655. OLE color: 4729655.

HSL color Cylindrical-coordinate representation of color #372B48: hue angle of 264.83º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #372B48 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB554372-
CMYK0.240.4000.72
HSL264.83º25.22%22.55%-
HSV(B)264.83º40.28%28.24%-
XYZ3.613.016.52-
YUV49.89140.48131.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=32.35%
G=25.29%
B=42.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5543720.240.4000.72264.8325.2222.55
Hex372B4818280481091917
Octal6753110305001104113127
Binary110111101011100100011000101000010010001000010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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