#322939

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

Shades of Blackcurrant #322939

Tints of Blackcurrant #322939

Color information

#322939 (or 0x322939) is unknown color: approx Blackcurrant. HEX triplet: 32, 29 and 39. RGB value is (50,41,57). Sum of RGB (Red+Green+Blue) = 50+41+57=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 57 - color contains mainly: blue. Hex color #322939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322939 is #CDD6C6. Grayscale: #2D2D2D. Windows color (decimal): -13489863 or 3746098. OLE color: 3746098.

HSL color Cylindrical-coordinate representation of color #322939: hue angle of 273.75º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322939 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB504157-
CMYK0.120.2800.78
HSL273.75º16.33%19.22%-
HSV(B)273.75º28.07%22.35%-
XYZ2.852.564.21-
YUV45.51134.48131.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=33.78%
G=27.70%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5041570.120.2800.78273.7516.3319.22
Hex322939C1C04E1121013
Octal625171143401164222023
Binary110010101001111001110011100010011101000100101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322939; }

 p { color: rgb(50,41,57); }

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

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

 a { background-color: rgb(50,41,57); }

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

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

 span { border-color: rgb(50,41,57); }

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