#332848

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

Shades of Violent Violet #332848

Tints of Violent Violet #332848

Color information

#332848 (or 0x332848) is unknown color: approx Violent Violet. HEX triplet: 33, 28 and 48. RGB value is (51,40,72). Sum of RGB (Red+Green+Blue) = 51+40+72=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #332848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332848 is #CCD7B7. Grayscale: #2E2E2E. Windows color (decimal): -13424568 or 4728883. OLE color: 4728883.

HSL color Cylindrical-coordinate representation of color #332848: hue angle of 260.62º 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 #332848 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB514072-
CMYK0.290.4400.72
HSL260.62º28.57%21.96%-
HSV(B)260.62º44.44%28.24%-
XYZ3.292.696.48-
YUV46.94142.14130.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=31.29%
G=24.54%
B=44.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5140720.290.4400.72260.6228.5721.96
Hex3328481D2C0481051d16
Octal6350110355401104053526
Binary110011101000100100011101101100010010001000001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332848; }

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

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

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

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

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

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

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

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