#352B48

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

Shades of Violent Violet #352B48

Tints of Violent Violet #352B48

Color information

#352B48 (or 0x352B48) is unknown color: approx Violent Violet. HEX triplet: 35, 2B and 48. RGB value is (53,43,72). Sum of RGB (Red+Green+Blue) = 53+43+72=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #352B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B48 is #CAD4B7. Grayscale: #313131. Windows color (decimal): -13292728 or 4729653. OLE color: 4729653.

HSL color Cylindrical-coordinate representation of color #352B48: hue angle of 260.69º 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 #352B48 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB534372-
CMYK0.260.4000.72
HSL260.69º25.22%22.55%-
HSV(B)260.69º40.28%28.24%-
XYZ3.52.956.52-
YUV49.3140.81130.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=31.55%
G=25.60%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5343720.260.4000.72260.6925.2222.55
Hex352B481A280481051917
Octal6553110325001104053127
Binary110101101011100100011010101000010010001000001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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