#323A4B

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

Shades of Licorice #323A4B

Tints of Licorice #323A4B

Color information

#323A4B (or 0x323A4B) is unknown color: approx Licorice. HEX triplet: 32, 3A and 4B. RGB value is (50,58,75). Sum of RGB (Red+Green+Blue) = 50+58+75=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #323A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A4B is #CDC5B4. Grayscale: #393939. Windows color (decimal): -13485493 or 4930098. OLE color: 4930098.

HSL color Cylindrical-coordinate representation of color #323A4B: hue angle of 220.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323A4B is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB505875-
CMYK0.330.2300.71
HSL220.8º20%24.51%-
HSV(B)220.8º33.33%29.41%-
XYZ4.14.217.25-
YUV57.55137.85122.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=27.32%
G=31.69%
B=40.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5058750.330.2300.71220.82024.51
Hex323A4B2117047dd1419
Octal6272113412701073352431
Binary11001011101010010111000011011101000111110111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,58,75); }

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

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

 a { background-color: rgb(50,58,75); }

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

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

 span { border-color: rgb(50,58,75); }

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