#32124A

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

Shades of Blackcurrant #32124A

Tints of Blackcurrant #32124A

Color information

#32124A (or 0x32124A) is unknown color: approx Blackcurrant. HEX triplet: 32, 12 and 4A. RGB value is (50,18,74). Sum of RGB (Red+Green+Blue) = 50+18+74=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #32124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32124A is #CDEDB5. Grayscale: #212121. Windows color (decimal): -13495734 or 4854322. OLE color: 4854322.

HSL color Cylindrical-coordinate representation of color #32124A: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32124A is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB501874-
CMYK0.320.7600.71
HSL274.29º60.87%18.04%-
HSV(B)274.29º75.68%29.02%-
XYZ2.771.616.64-
YUV33.95150.6139.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 74 (29.30% from 255) = 52.11%
R=35.21%
G=12.68%
B=52.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5018740.320.7600.71274.2960.8718.04
Hex32124A204C0471123d12
Octal62221124011401074227522
Binary11001010010100101010000010011000100011110001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32124A; }

 p { color: rgb(50,18,74); }

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

<style>
 a { background-color: #32124A; }

 a { background-color: rgb(50,18,74); }

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

<style>
 span { border-color: #32124A; }

 span { border-color: rgb(50,18,74); }

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