Html Css Color HEX #32394B Licorice

📋 copy color: '#32394B'

red 50 ◦ green 57 ◦ blue 75

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

Shades of Licorice #32394B

Tints of Licorice #32394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.21%

R = 27.47%
G = 31.32%
B = 41.21%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#32394B (or 0x32394B) is known color: Licorice. HEX triplet: 32, 39 and 4B. RGB value is (50,57,75). Sum of RGB (Red+Green+Blue) = 50+57+75=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #32394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32394B is #CDC6B4. Grayscale: #383838. Windows color (decimal): -13485749 or 4929842. OLE color: 4929842.

HSL color Cylindrical-coordinate representation of color #32394B: hue angle of 223.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #32394B is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 57 75 -
CMYK 0.33 0.24 0 0.71
HSL 223.2º 0.2% 0.25% -
HSV(B) 223.2º 0.33% 0.29% -
XYZ 4.05 4.11 7.24 -
YUV 56.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 50 57 75 0.33 0.24 0 0.71 223.2 0.2 0.25
Hex 32 39 4B 21 18 0 47 DF 14 19
Octal 62 71 113 41 30 0 107 337 24 31
Binary 110010 111001 1001011 100001 11000 0 1000111 11011111 10100 11001

Color Harmonies of #32394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32394B

Black with #32394B

Text Example


Text Example

White with #32394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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