#323846

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

Shades of Licorice #323846

Tints of Licorice #323846

Color information

#323846 (or 0x323846) is unknown color: approx Licorice. HEX triplet: 32, 38 and 46. RGB value is (50,56,70). Sum of RGB (Red+Green+Blue) = 50+56+70=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: blue. Hex color #323846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323846 is #CDC7B9. Grayscale: #373737. Windows color (decimal): -13486010 or 4601906. OLE color: 4601906.

HSL color Cylindrical-coordinate representation of color #323846: hue angle of 222º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323846 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB505670-
CMYK0.290.2000.73
HSL222º16.67%23.53%-
HSV(B)222º28.57%27.45%-
XYZ3.843.956.35-
YUV55.8136.01123.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=28.41%
G=31.82%
B=39.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5056700.290.2000.7322216.6723.53
Hex3238461D14049de1118
Octal6270106352401113362130
Binary1100101110001000110111011010001001001110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323846; }

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

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

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

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

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

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

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

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