#323B48

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

Shades of Licorice #323B48

Tints of Licorice #323B48

Color information

#323B48 (or 0x323B48) is unknown color: approx Licorice. HEX triplet: 32, 3B and 48. RGB value is (50,59,72). Sum of RGB (Red+Green+Blue) = 50+59+72=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #323B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B48 is #CDC4B7. Grayscale: #393939. Windows color (decimal): -13485240 or 4733746. OLE color: 4733746.

HSL color Cylindrical-coordinate representation of color #323B48: hue angle of 215.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323B48 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB505972-
CMYK0.310.1800.72
HSL215.45º18.03%23.92%-
HSV(B)215.45º30.56%28.24%-
XYZ4.054.276.74-
YUV57.79136.02122.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=27.62%
G=32.60%
B=39.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5059720.310.1800.72215.4518.0323.92
Hex323B481F12048d71218
Octal6273110372201103272230
Binary1100101110111001000111111001001001000110101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,72); }

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

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

 a { background-color: rgb(50,59,72); }

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

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

 span { border-color: rgb(50,59,72); }

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