#32144E

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

Shades of Blackcurrant #32144E

Tints of Blackcurrant #32144E

Color information

#32144E (or 0x32144E) is unknown color: approx Blackcurrant. HEX triplet: 32, 14 and 4E. RGB value is (50,20,78). Sum of RGB (Red+Green+Blue) = 50+20+78=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #32144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32144E is #CDEBB1. Grayscale: #232323. Windows color (decimal): -13495218 or 5116978. OLE color: 5116978.

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

Color convert

RGB502078-
CMYK0.360.7400.69
HSL271.03º59.18%19.22%-
HSV(B)271.03º74.36%30.59%-
XYZ2.941.737.39-
YUV35.58151.94138.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 78 (30.86% from 255) = 52.70%
R=33.78%
G=13.51%
B=52.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5020780.360.7400.69271.0359.1819.22
Hex32144E244A04510f3b13
Octal62241164411201054177323
Binary11001010100100111010010010010100100010110000111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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