#32134C

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

Shades of Blackcurrant #32134C

Tints of Blackcurrant #32134C

Color information

#32134C (or 0x32134C) is unknown color: approx Blackcurrant. HEX triplet: 32, 13 and 4C. RGB value is (50,19,76). Sum of RGB (Red+Green+Blue) = 50+19+76=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #32134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32134C is #CDECB3. Grayscale: #222222. Windows color (decimal): -13495476 or 4985650. OLE color: 4985650.

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

Color convert

RGB501976-
CMYK0.340.7500.70
HSL272.63º60%18.63%-
HSV(B)272.63º75%29.8%-
XYZ2.851.677.01-
YUV34.77151.27138.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 76 (30.08% from 255) = 52.41%
R=34.48%
G=13.10%
B=52.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5019760.340.7500.70272.636018.63
Hex32134C224B0461113c13
Octal62231144211301064217423
Binary11001010011100110010001010010110100011010001000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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