#32034D

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

Shades of Blackcurrant #32034D

Tints of Blackcurrant #32034D

Color information

#32034D (or 0x32034D) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 4D. RGB value is (50,3,77). Sum of RGB (Red+Green+Blue) = 50+3+77=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #32034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32034D is #CDFCB2. Grayscale: #191919. Windows color (decimal): -13499571 or 5047090. OLE color: 5047090.

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

Color convert

RGB50377-
CMYK0.350.9600.70
HSL278.11º92.5%15.69%-
HSV(B)278.11º96.1%30.2%-
XYZ2.691.287.13-
YUV25.49157.07145.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=38.46%
G=2.31%
B=59.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal503770.350.9600.70278.1192.515.69
Hex3234D23600461165c10
Octal62311543140010642613420
Binary110010111001101100011110000001000110100010110101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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