#352848

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

Shades of Violent Violet #352848

Tints of Violent Violet #352848

Color information

#352848 (or 0x352848) is unknown color: approx Violent Violet. HEX triplet: 35, 28 and 48. RGB value is (53,40,72). Sum of RGB (Red+Green+Blue) = 53+40+72=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #352848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352848 is #CAD7B7. Grayscale: #2F2F2F. Windows color (decimal): -13293496 or 4728885. OLE color: 4728885.

HSL color Cylindrical-coordinate representation of color #352848: hue angle of 264.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #352848 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB534072-
CMYK0.260.4400.72
HSL264.38º28.57%21.96%-
HSV(B)264.38º44.44%28.24%-
XYZ3.42.746.48-
YUV47.54141.81131.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=32.12%
G=24.24%
B=43.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5340720.260.4400.72264.3828.5721.96
Hex3528481A2C0481081d16
Octal6550110325401104103526
Binary110101101000100100011010101100010010001000010001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352848; }

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

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

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

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

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

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

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

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