#322143

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

Shades of Blackcurrant #322143

Tints of Blackcurrant #322143

Color information

#322143 (or 0x322143) is unknown color: approx Blackcurrant. HEX triplet: 32, 21 and 43. RGB value is (50,33,67). Sum of RGB (Red+Green+Blue) = 50+33+67=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #322143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322143 is #CDDEBC. Grayscale: #292929. Windows color (decimal): -13491901 or 4399410. OLE color: 4399410.

HSL color Cylindrical-coordinate representation of color #322143: hue angle of 270º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #322143 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB503367-
CMYK0.250.5100.74
HSL270º34%19.61%-
HSV(B)270º50.75%26.27%-
XYZ2.872.175.58-
YUV41.96142.13133.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 67 (26.56% from 255) = 44.67%
R=33.33%
G=22%
B=44.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5033670.250.5100.742703419.61
Hex322143193304A10e2214
Octal6241103316301124164224
Binary1100101000011000011110011100110100101010000111010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322143; }

 p { color: rgb(50,33,67); }

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

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

 a { background-color: rgb(50,33,67); }

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

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

 span { border-color: rgb(50,33,67); }

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