#32394E

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

Shades of Licorice #32394E

Tints of Licorice #32394E

Color information

#32394E (or 0x32394E) is unknown color: approx Licorice. HEX triplet: 32, 39 and 4E. RGB value is (50,57,78). Sum of RGB (Red+Green+Blue) = 50+57+78=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #32394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32394E is #CDC6B1. Grayscale: #393939. Windows color (decimal): -13485746 or 5126450. OLE color: 5126450.

HSL color Cylindrical-coordinate representation of color #32394E: hue angle of 225º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #32394E is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB505778-
CMYK0.360.2700.69
HSL225º21.87%25.1%-
HSV(B)225º35.9%30.59%-
XYZ4.154.157.79-
YUV57.3139.68122.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=27.03%
G=30.81%
B=42.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5057780.360.2700.6922521.8725.1
Hex32394E241B045e11619
Octal6271116443301053412631
Binary11001011100110011101001001101101000101111000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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