Html Css Color HEX #32384A Licorice

📋 copy color: '#32384A'

red 50 ◦ green 56 ◦ blue 74

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

Shades of Licorice #32384A

Tints of Licorice #32384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.11%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 27.78%
G = 31.11%
B = 41.11%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#32384A (or 0x32384A) is known color: Licorice. HEX triplet: 32, 38 and 4A. RGB value is (50,56,74). Sum of RGB (Red+Green+Blue) = 50+56+74=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #32384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32384A is #CDC7B5. Grayscale: #383838. Windows color (decimal): -13486006 or 4864050. OLE color: 4864050.

HSL color Cylindrical-coordinate representation of color #32384A: hue angle of 225º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #32384A is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 56 74 -
CMYK 0.32 0.24 0 0.71
HSL 225º 0.19% 0.24% -
HSV(B) 225º 0.32% 0.29% -
XYZ 3.97 4 7.04 -
YUV 56.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 50 56 74 0.32 0.24 0 0.71 225 0.19 0.24
Hex 32 38 4A 20 18 0 47 E1 13 18
Octal 62 70 112 40 30 0 107 341 23 30
Binary 110010 111000 1001010 100000 11000 0 1000111 11100001 10011 11000

Color Harmonies of #32384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32384A

Black with #32384A

Text Example


Text Example

White with #32384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32384A; }

 p { color: rgb(50,56,74); }

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

background-color css

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

 a { background-color: rgb(50,56,74); }

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

border-color css

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

 span { border-color: rgb(50,56,74); }

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