#32084B

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

Shades of Blackcurrant #32084B

Tints of Blackcurrant #32084B

Color information

#32084B (or 0x32084B) is unknown color: approx Blackcurrant. HEX triplet: 32, 08 and 4B. RGB value is (50,8,75). Sum of RGB (Red+Green+Blue) = 50+8+75=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #32084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32084B is #CDF7B4. Grayscale: #1B1B1B. Windows color (decimal): -13498293 or 4917298. OLE color: 4917298.

HSL color Cylindrical-coordinate representation of color #32084B: hue angle of 277.61º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32084B is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB50875-
CMYK0.330.8900.71
HSL277.61º80.72%16.27%-
HSV(B)277.61º89.33%29.41%-
XYZ2.671.366.78-
YUV28.2154.41143.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=37.59%
G=6.02%
B=56.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal508750.330.8900.71277.6180.7216.27
Hex3284B21590471165110
Octal621011341131010742612120
Binary11001010001001011100001101100101000111100010110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32084B; }

 p { color: rgb(50,8,75); }

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

<style>
 a { background-color: #32084B; }

 a { background-color: rgb(50,8,75); }

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

<style>
 span { border-color: #32084B; }

 span { border-color: rgb(50,8,75); }

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