#32134A

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

Shades of Blackcurrant #32134A

Tints of Blackcurrant #32134A

Color information

#32134A (or 0x32134A) is unknown color: approx Blackcurrant. HEX triplet: 32, 13 and 4A. RGB value is (50,19,74). Sum of RGB (Red+Green+Blue) = 50+19+74=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #32134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32134A is #CDECB5. Grayscale: #222222. Windows color (decimal): -13495478 or 4854578. OLE color: 4854578.

HSL color Cylindrical-coordinate representation of color #32134A: hue angle of 273.82º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32134A is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB501974-
CMYK0.320.7400.71
HSL273.82º59.14%18.24%-
HSV(B)273.82º74.32%29.02%-
XYZ2.781.646.65-
YUV34.54150.27139.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 74 (29.30% from 255) = 51.75%
R=34.97%
G=13.29%
B=51.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5019740.320.7400.71273.8259.1418.24
Hex32134A204A0471123b12
Octal62231124011201074227322
Binary11001010011100101010000010010100100011110001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32134A; }

 p { color: rgb(50,19,74); }

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

<style>
 a { background-color: #32134A; }

 a { background-color: rgb(50,19,74); }

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

<style>
 span { border-color: #32134A; }

 span { border-color: rgb(50,19,74); }

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