#32034C

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

Shades of Blackcurrant #32034C

Tints of Blackcurrant #32034C

Color information

#32034C (or 0x32034C) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 4C. RGB value is (50,3,76). Sum of RGB (Red+Green+Blue) = 50+3+76=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #32034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32034C is #CDFCB3. Grayscale: #191919. Windows color (decimal): -13499572 or 4981554. OLE color: 4981554.

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

Color convert

RGB50376-
CMYK0.340.9600.70
HSL278.63º92.41%15.49%-
HSV(B)278.63º96.05%29.8%-
XYZ2.651.276.94-
YUV25.38156.57145.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 76 (30.08% from 255) = 58.91%
R=38.76%
G=2.33%
B=58.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal503760.340.9600.70278.6392.4115.49
Hex3234C22600461175cf
Octal62311442140010642713417
Binary11001011100110010001011000000100011010001011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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