#322638

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

Shades of Blackcurrant #322638

Tints of Blackcurrant #322638

Color information

#322638 (or 0x322638) is unknown color: approx Blackcurrant. HEX triplet: 32, 26 and 38. RGB value is (50,38,56). Sum of RGB (Red+Green+Blue) = 50+38+56=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #322638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322638 is #CDD9C7. Grayscale: #2B2B2B. Windows color (decimal): -13490632 or 3679794. OLE color: 3679794.

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

Color convert

RGB503856-
CMYK0.110.3200.78
HSL280º19.15%18.43%-
HSV(B)280º32.14%21.96%-
XYZ2.722.354.05-
YUV43.64134.98132.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=34.72%
G=26.39%
B=38.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5038560.110.3200.7828019.1518.43
Hex322638B2004E1181312
Octal624670134001164302322
Binary1100101001101110001011100000010011101000110001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322638; }

 p { color: rgb(50,38,56); }

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

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

 a { background-color: rgb(50,38,56); }

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

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

 span { border-color: rgb(50,38,56); }

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