#32033C

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

Shades of Blackcurrant #32033C

Tints of Blackcurrant #32033C

Color information

#32033C (or 0x32033C) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 3C. RGB value is (50,3,60). Sum of RGB (Red+Green+Blue) = 50+3+60=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #32033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32033C is #CDFCC3. Grayscale: #171717. Windows color (decimal): -13499588 or 3932978. OLE color: 3932978.

HSL color Cylindrical-coordinate representation of color #32033C: hue angle of 289.47º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32033C is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB50360-
CMYK0.170.9500.76
HSL289.47º90.48%12.35%-
HSV(B)289.47º95%23.53%-
XYZ2.161.074.37-
YUV23.55148.57146.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 60 (23.83% from 255) = 53.10%
R=44.25%
G=2.65%
B=53.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal503600.170.9500.76289.4790.4812.35
Hex3233C115F04C1215ac
Octal6237421137011444113214
Binary110010111111001000110111110100110010010000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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