Html Css Color HEX #32384C Licorice

📋 copy color: '#32384C'

red 50 ◦ green 56 ◦ blue 76

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

Shades of Licorice #32384C

Tints of Licorice #32384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 27.47%
G = 30.77%
B = 41.76%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#32384C (or 0x32384C) is known color: Licorice. HEX triplet: 32, 38 and 4C. RGB value is (50,56,76). Sum of RGB (Red+Green+Blue) = 50+56+76=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #32384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32384C is #CDC7B3. Grayscale: #383838. Windows color (decimal): -13486004 or 4995122. OLE color: 4995122.

HSL color Cylindrical-coordinate representation of color #32384C: hue angle of 226.15º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #32384C is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 56 76 -
CMYK 0.34 0.26 0 0.70
HSL 226.15º 0.21% 0.25% -
HSV(B) 226.15º 0.34% 0.3% -
XYZ 4.03 4.03 7.4 -
YUV 56.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 50 56 76 0.34 0.26 0 0.70 226.15 0.21 0.25
Hex 32 38 4C 22 1A 0 46 E2 15 19
Octal 62 70 114 42 32 0 106 342 25 31
Binary 110010 111000 1001100 100010 11010 0 1000110 11100010 10101 11001

Color Harmonies of #32384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32384C

Black with #32384C

Text Example


Text Example

White with #32384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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