#32014D

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

Shades of Blackcurrant #32014D

Tints of Blackcurrant #32014D

Color information

#32014D (or 0x32014D) is unknown color: approx Blackcurrant. HEX triplet: 32, 01 and 4D. RGB value is (50,1,77). Sum of RGB (Red+Green+Blue) = 50+1+77=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #32014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32014D is #CDFEB2. Grayscale: #181818. Windows color (decimal): -13500083 or 5046578. OLE color: 5046578.

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

Color convert

RGB50177-
CMYK0.350.9900.70
HSL278.68º97.44%15.29%-
HSV(B)278.68º98.7%30.2%-
XYZ2.671.247.12-
YUV24.32157.73146.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=39.06%
G=0.78%
B=60.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal501770.350.9900.70278.6897.4415.29
Hex3214D236304611761f
Octal62111543143010642714117
Binary1100101100110110001111000110100011010001011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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