#322142

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

Shades of Blackcurrant #322142

Tints of Blackcurrant #322142

Color information

#322142 (or 0x322142) is unknown color: approx Blackcurrant. HEX triplet: 32, 21 and 42. RGB value is (50,33,66). Sum of RGB (Red+Green+Blue) = 50+33+66=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #322142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322142 is #CDDEBD. Grayscale: #292929. Windows color (decimal): -13491902 or 4333874. OLE color: 4333874.

HSL color Cylindrical-coordinate representation of color #322142: hue angle of 270.91º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322142 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB503366-
CMYK0.240.500.74
HSL270.91º33.33%19.41%-
HSV(B)270.91º50%25.88%-
XYZ2.842.165.42-
YUV41.84141.63133.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 66 (26.17% from 255) = 44.30%
R=33.56%
G=22.15%
B=44.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5033660.240.500.74270.9133.3319.41
Hex322142183204A10f2113
Octal6241102306201124174123
Binary1100101000011000010110001100100100101010000111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322142; }

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

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

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

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

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

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

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

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