Html Css Color HEX #323745 Licorice

📋 copy color: '#323745'

red 50 ◦ green 55 ◦ blue 69

#323745
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #323745

Tints of Licorice #323745

RGB

 RED value IS 50 (19.92% from 255) = 28.74%

 GREEN value IS 55 (21.88% from 255) = 31.61%

 BLUE value IS 69 (27.34% from 255) = 39.66%

R = 28.74%
G = 31.61%
B = 39.66%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#323745 (or 0x323745) is known color: Licorice. HEX triplet: 32, 37 and 45. RGB value is (50,55,69). Sum of RGB (Red+Green+Blue) = 50+55+69=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 69 - color contains mainly: blue. Hex color #323745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323745 is #CDC8BA. Grayscale: #373737. Windows color (decimal): -13486267 or 4536114. OLE color: 4536114.

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

Color convert

RGB 50 55 69 -
CMYK 0.28 0.20 0 0.73
HSL 224.21º 0.16% 0.23% -
HSV(B) 224.21º 0.28% 0.27% -
XYZ 3.76 3.84 6.17 -
YUV 55.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 50 55 69 0.28 0.20 0 0.73 224.21 0.16 0.23
Hex 32 37 45 1C 14 0 49 E0 10 17
Octal 62 67 105 34 24 0 111 340 20 27
Binary 110010 110111 1000101 11100 10100 0 1001001 11100000 10000 10111

Color Harmonies of #323745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323745

Black with #323745

Text Example


Text Example

White with #323745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323745; }

 p { color: rgb(50,55,69); }

 H1.HeaderClassName
 {
   color: #323745;
 }
 .AnyTagClassName
 {
   color: #323745;
 }
</style>

background-color css

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

 a { background-color: rgb(50,55,69); }

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

border-color css

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

 span { border-color: rgb(50,55,69); }

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