#32054D

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

Shades of Blackcurrant #32054D

Tints of Blackcurrant #32054D

Color information

#32054D (or 0x32054D) is unknown color: approx Blackcurrant. HEX triplet: 32, 05 and 4D. RGB value is (50,5,77). Sum of RGB (Red+Green+Blue) = 50+5+77=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #32054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32054D is #CDFAB2. Grayscale: #1A1A1A. Windows color (decimal): -13499059 or 5047602. OLE color: 5047602.

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

Color convert

RGB50577-
CMYK0.350.9400.70
HSL277.5º87.8%16.08%-
HSV(B)277.5º93.51%30.2%-
XYZ2.711.327.13-
YUV26.66156.41144.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=37.88%
G=3.79%
B=58.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal505770.350.9400.70277.587.816.08
Hex3254D235E0461165810
Octal62511543136010642613020
Binary1100101011001101100011101111001000110100010110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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