Html Css Color HEX #32384B Licorice

📋 copy color: '#32384B'

red 50 ◦ green 56 ◦ blue 75

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

Shades of Licorice #32384B

Tints of Licorice #32384B

RGB

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

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

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

R = 27.62%
G = 30.94%
B = 41.44%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#32384B (or 0x32384B) is known color: Licorice. HEX triplet: 32, 38 and 4B. RGB value is (50,56,75). Sum of RGB (Red+Green+Blue) = 50+56+75=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #32384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32384B is #CDC7B4. Grayscale: #383838. Windows color (decimal): -13486005 or 4929586. OLE color: 4929586.

HSL color Cylindrical-coordinate representation of color #32384B: hue angle of 225.6º 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 #32384B is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 56 75 -
CMYK 0.33 0.25 0 0.71
HSL 225.6º 0.2% 0.25% -
HSV(B) 225.6º 0.33% 0.29% -
XYZ 4 4.01 7.22 -
YUV 56.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 50 56 75 0.33 0.25 0 0.71 225.6 0.2 0.25
Hex 32 38 4B 21 19 0 47 E2 14 19
Octal 62 70 113 41 31 0 107 342 24 31
Binary 110010 111000 1001011 100001 11001 0 1000111 11100010 10100 11001

Color Harmonies of #32384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32384B

Black with #32384B

Text Example


Text Example

White with #32384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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