Html Css Color HEX #323A48 Licorice

📋 copy color: '#323A48'

red 50 ◦ green 58 ◦ blue 72

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

Shades of Licorice #323A48

Tints of Licorice #323A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.22%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 27.78%
G = 32.22%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323A48 (or 0x323A48) is known color: Licorice. HEX triplet: 32, 3A and 48. RGB value is (50,58,72). Sum of RGB (Red+Green+Blue) = 50+58+72=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #323A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A48 is #CDC5B7. Grayscale: #393939. Windows color (decimal): -13485496 or 4733490. OLE color: 4733490.

HSL color Cylindrical-coordinate representation of color #323A48: hue angle of 218.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323A48 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 58 72 -
CMYK 0.31 0.19 0 0.72
HSL 218.18º 0.18% 0.24% -
HSV(B) 218.18º 0.31% 0.28% -
XYZ 4 4.17 6.73 -
YUV 57.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 50 58 72 0.31 0.19 0 0.72 218.18 0.18 0.24
Hex 32 3A 48 1F 13 0 48 DA 12 18
Octal 62 72 110 37 23 0 110 332 22 30
Binary 110010 111010 1001000 11111 10011 0 1001000 11011010 10010 11000

Color Harmonies of #323A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A48

Black with #323A48

Text Example


Text Example

White with #323A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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