#323848

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

Shades of Licorice #323848

Tints of Licorice #323848

Color information

#323848 (or 0x323848) is unknown color: approx Licorice. HEX triplet: 32, 38 and 48. RGB value is (50,56,72). Sum of RGB (Red+Green+Blue) = 50+56+72=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #323848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323848 is #CDC7B7. Grayscale: #373737. Windows color (decimal): -13486008 or 4732978. OLE color: 4732978.

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

Color convert

RGB505672-
CMYK0.310.2200.72
HSL223.64º18.03%23.92%-
HSV(B)223.64º30.56%28.24%-
XYZ3.93.976.69-
YUV56.03137.01123.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=28.09%
G=31.46%
B=40.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5056720.310.2200.72223.6418.0323.92
Hex3238481F16048e01218
Octal6270110372601103402230
Binary1100101110001001000111111011001001000111000001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323848; }

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

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

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

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

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

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

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

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