Html Css Color HEX #323947 Licorice

📋 copy color: '#323947'

red 50 ◦ green 57 ◦ blue 71

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

Shades of Licorice #323947

Tints of Licorice #323947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.02%

 BLUE value IS 71 (28.13% from 255) = 39.89%

R = 28.09%
G = 32.02%
B = 39.89%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323947 (or 0x323947) is known color: Licorice. HEX triplet: 32, 39 and 47. RGB value is (50,57,71). Sum of RGB (Red+Green+Blue) = 50+57+71=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 71 - color contains mainly: blue. Hex color #323947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323947 is #CDC6B8. Grayscale: #383838. Windows color (decimal): -13485753 or 4667698. OLE color: 4667698.

HSL color Cylindrical-coordinate representation of color #323947: hue angle of 220º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #323947 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 57 71 -
CMYK 0.30 0.20 0 0.72
HSL 220º 0.17% 0.24% -
HSV(B) 220º 0.3% 0.28% -
XYZ 3.92 4.06 6.54 -
YUV 56.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 50 57 71 0.30 0.20 0 0.72 220 0.17 0.24
Hex 32 39 47 1E 14 0 48 DC 11 18
Octal 62 71 107 36 24 0 110 334 21 30
Binary 110010 111001 1000111 11110 10100 0 1001000 11011100 10001 11000

Color Harmonies of #323947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323947

Black with #323947

Text Example


Text Example

White with #323947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323947; }

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

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

background-color css

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

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

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

border-color css

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

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

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