Html Css Color HEX #323B47 Licorice

📋 copy color: '#323B47'

red 50 ◦ green 59 ◦ blue 71

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

Shades of Licorice #323B47

Tints of Licorice #323B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.78%

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

R = 27.78%
G = 32.78%
B = 39.44%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323B47 (or 0x323B47) is known color: Licorice. HEX triplet: 32, 3B and 47. RGB value is (50,59,71). Sum of RGB (Red+Green+Blue) = 50+59+71=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #323B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B47 is #CDC4B8. Grayscale: #393939. Windows color (decimal): -13485241 or 4668210. OLE color: 4668210.

HSL color Cylindrical-coordinate representation of color #323B47: hue angle of 214.29º 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 #323B47 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 59 71 -
CMYK 0.30 0.17 0 0.72
HSL 214.29º 0.17% 0.24% -
HSV(B) 214.29º 0.3% 0.28% -
XYZ 4.02 4.26 6.57 -
YUV 57.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 50 59 71 0.30 0.17 0 0.72 214.29 0.17 0.24
Hex 32 3B 47 1E 11 0 48 D6 11 18
Octal 62 73 107 36 21 0 110 326 21 30
Binary 110010 111011 1000111 11110 10001 0 1001000 11010110 10001 11000

Color Harmonies of #323B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B47

Black with #323B47

Text Example


Text Example

White with #323B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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