#321449

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

Shades of Blackcurrant #321449

Tints of Blackcurrant #321449

Color information

#321449 (or 0x321449) is unknown color: approx Blackcurrant. HEX triplet: 32, 14 and 49. RGB value is (50,20,73). Sum of RGB (Red+Green+Blue) = 50+20+73=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #321449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321449 is #CDEBB6. Grayscale: #222222. Windows color (decimal): -13495223 or 4789298. OLE color: 4789298.

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

Color convert

RGB502073-
CMYK0.320.7300.71
HSL273.96º56.99%18.24%-
HSV(B)273.96º72.6%28.63%-
XYZ2.771.666.48-
YUV35.01149.44138.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 73 (28.91% from 255) = 51.05%
R=34.97%
G=13.99%
B=51.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5020730.320.7300.71273.9656.9918.24
Hex32144920490471123912
Octal62241114011101074227122
Binary11001010100100100110000010010010100011110001001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321449; }

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

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

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

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

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

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

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

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