#32394D

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

Shades of Licorice #32394D

Tints of Licorice #32394D

Color information

#32394D (or 0x32394D) is unknown color: approx Licorice. HEX triplet: 32, 39 and 4D. RGB value is (50,57,77). Sum of RGB (Red+Green+Blue) = 50+57+77=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #32394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32394D is #CDC6B2. Grayscale: #393939. Windows color (decimal): -13485747 or 5060914. OLE color: 5060914.

HSL color Cylindrical-coordinate representation of color #32394D: hue angle of 224.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32394D is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB505777-
CMYK0.350.2600.70
HSL224.44º21.26%24.9%-
HSV(B)224.44º35.06%30.2%-
XYZ4.124.147.6-
YUV57.19139.18122.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=27.17%
G=30.98%
B=41.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5057770.350.2600.70224.4421.2624.9
Hex32394D231A046e01519
Octal6271115433201063402531
Binary11001011100110011011000111101001000110111000001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32394D; }

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

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

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

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

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

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

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

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