#362B48

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

Shades of Violent Violet #362B48

Tints of Violent Violet #362B48

Color information

#362B48 (or 0x362B48) is unknown color: approx Violent Violet. HEX triplet: 36, 2B and 48. RGB value is (54,43,72). Sum of RGB (Red+Green+Blue) = 54+43+72=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #362B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B48 is #C9D4B7. Grayscale: #313131. Windows color (decimal): -13227192 or 4729654. OLE color: 4729654.

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

Color convert

RGB544372-
CMYK0.250.4000.72
HSL262.76º25.22%22.55%-
HSV(B)262.76º40.28%28.24%-
XYZ3.552.986.52-
YUV49.6140.64131.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=31.95%
G=25.44%
B=42.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5443720.250.4000.72262.7625.2222.55
Hex362B4819280481071917
Octal6653110315001104073127
Binary110110101011100100011001101000010010001000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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