#32014E

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

Shades of Blackcurrant #32014E

Tints of Blackcurrant #32014E

Color information

#32014E (or 0x32014E) is unknown color: approx Blackcurrant. HEX triplet: 32, 01 and 4E. RGB value is (50,1,78). Sum of RGB (Red+Green+Blue) = 50+1+78=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #32014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32014E is #CDFEB1. Grayscale: #181818. Windows color (decimal): -13500082 or 5112114. OLE color: 5112114.

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

Color convert

RGB50178-
CMYK0.360.9900.69
HSL278.18º97.47%15.49%-
HSV(B)278.18º98.72%30.59%-
XYZ2.71.257.31-
YUV24.43158.23146.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 78 (30.86% from 255) = 60.47%
R=38.76%
G=0.78%
B=60.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal501780.360.9900.69278.1897.4715.49
Hex3214E246304511661f
Octal62111644143010542614117
Binary1100101100111010010011000110100010110001011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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