#323948

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

Shades of Licorice #323948

Tints of Licorice #323948

Color information

#323948 (or 0x323948) is unknown color: approx Licorice. HEX triplet: 32, 39 and 48. RGB value is (50,57,72). Sum of RGB (Red+Green+Blue) = 50+57+72=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #323948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323948 is #CDC6B7. Grayscale: #383838. Windows color (decimal): -13485752 or 4733234. OLE color: 4733234.

HSL color Cylindrical-coordinate representation of color #323948: hue angle of 220.91º 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 #323948 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB505772-
CMYK0.310.2100.72
HSL220.91º18.03%23.92%-
HSV(B)220.91º30.56%28.24%-
XYZ3.954.076.71-
YUV56.62136.68123.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=27.93%
G=31.84%
B=40.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5057720.310.2100.72220.9118.0323.92
Hex3239481F15048dd1218
Octal6271110372501103352230
Binary1100101110011001000111111010101001000110111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323948; }

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

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

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

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

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

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

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

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