#323949

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

Shades of Licorice #323949

Tints of Licorice #323949

Color information

#323949 (or 0x323949) is unknown color: approx Licorice. HEX triplet: 32, 39 and 49. RGB value is (50,57,73). Sum of RGB (Red+Green+Blue) = 50+57+73=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #323949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323949 is #CDC6B6. Grayscale: #383838. Windows color (decimal): -13485751 or 4798770. OLE color: 4798770.

HSL color Cylindrical-coordinate representation of color #323949: hue angle of 221.74º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323949 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB505773-
CMYK0.320.2200.71
HSL221.74º18.7%24.12%-
HSV(B)221.74º31.51%28.63%-
XYZ3.984.096.88-
YUV56.73137.18123.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=27.78%
G=31.67%
B=40.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5057730.320.2200.71221.7418.724.12
Hex3239492016047de1318
Octal6271111402601073362330
Binary11001011100110010011000001011001000111110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323949; }

 p { color: rgb(50,57,73); }

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

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

 a { background-color: rgb(50,57,73); }

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

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

 span { border-color: rgb(50,57,73); }

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