#32054E

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

Shades of Blackcurrant #32054E

Tints of Blackcurrant #32054E

Color information

#32054E (or 0x32054E) is unknown color: approx Blackcurrant. HEX triplet: 32, 05 and 4E. RGB value is (50,5,78). Sum of RGB (Red+Green+Blue) = 50+5+78=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #32054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32054E is #CDFAB1. Grayscale: #1A1A1A. Windows color (decimal): -13499058 or 5113138. OLE color: 5113138.

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

Color convert

RGB50578-
CMYK0.360.9400.69
HSL276.99º87.95%16.27%-
HSV(B)276.99º93.59%30.59%-
XYZ2.741.347.32-
YUV26.78156.91144.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 78 (30.86% from 255) = 58.65%
R=37.59%
G=3.76%
B=58.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal505780.360.9400.69276.9987.9516.27
Hex3254E245E0451155810
Octal62511644136010542513020
Binary1100101011001110100100101111001000101100010101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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