#32154C

Color #32154C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #32154C

Tints of Blackcurrant #32154C

Color information

#32154C (or 0x32154C) is unknown color: approx Blackcurrant. HEX triplet: 32, 15 and 4C. RGB value is (50,21,76). Sum of RGB (Red+Green+Blue) = 50+21+76=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #32154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32154C is #CDEAB3. Grayscale: #232323. Windows color (decimal): -13494964 or 4986162. OLE color: 4986162.

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

Color convert

RGB502176-
CMYK0.340.7200.70
HSL271.64º56.7%19.02%-
HSV(B)271.64º72.37%29.8%-
XYZ2.891.747.02-
YUV35.94150.61138.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=34.01%
G=14.29%
B=51.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5021760.340.7200.70271.6456.719.02
Hex32154C22480461103913
Octal62251144211001064207123
Binary11001010101100110010001010010000100011010001000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32154C;
 }
 .AnyTagClassName
 {
   color: #32154C;
 }
</style>
background-color css

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

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

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

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

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

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