Html Css Color HEX #323943 Licorice

📋 copy color: '#323943'

red 50 ◦ green 57 ◦ blue 67

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

Shades of Licorice #323943

Tints of Licorice #323943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.51%

R = 28.74%
G = 32.76%
B = 38.51%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#323943 (or 0x323943) is known color: Licorice. HEX triplet: 32, 39 and 43. RGB value is (50,57,67). Sum of RGB (Red+Green+Blue) = 50+57+67=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 67 - color contains mainly: blue. Hex color #323943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323943 is #CDC6BC. Grayscale: #373737. Windows color (decimal): -13485757 or 4405554. OLE color: 4405554.

HSL color Cylindrical-coordinate representation of color #323943: hue angle of 215.29º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323943 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 57 67 -
CMYK 0.25 0.15 0 0.74
HSL 215.29º 0.15% 0.23% -
HSV(B) 215.29º 0.25% 0.26% -
XYZ 3.79 4.01 5.88 -
YUV 56.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 50 57 67 0.25 0.15 0 0.74 215.29 0.15 0.23
Hex 32 39 43 19 F 0 4A D7 F 17
Octal 62 71 103 31 17 0 112 327 17 27
Binary 110010 111001 1000011 11001 1111 0 1001010 11010111 1111 10111

Color Harmonies of #323943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323943

Black with #323943

Text Example


Text Example

White with #323943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323943; }

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

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

background-color css

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

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

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

border-color css

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

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

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