#32384B

Color #32384B Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #32384B

Tints of Licorice #32384B

Color information

#32384B (or 0x32384B) is unknown color: approx 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

RGB505675-
CMYK0.330.2500.71
HSL225.6º20%24.51%-
HSV(B)225.6º33.33%29.41%-
XYZ44.017.22-
YUV56.37138.51123.46-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5056750.330.2500.71225.62024.51
Hex32384B2119047e21419
Octal6270113413101073422431
Binary11001011100010010111000011100101000111111000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>