#322838

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

Shades of Blackcurrant #322838

Tints of Blackcurrant #322838

Color information

#322838 (or 0x322838) is unknown color: approx Blackcurrant. HEX triplet: 32, 28 and 38. RGB value is (50,40,56). Sum of RGB (Red+Green+Blue) = 50+40+56=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #322838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322838 is #CDD7C7. Grayscale: #2C2C2C. Windows color (decimal): -13490120 or 3680306. OLE color: 3680306.

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

Color convert

RGB504056-
CMYK0.110.2900.78
HSL277.5º16.67%18.82%-
HSV(B)277.5º28.57%21.96%-
XYZ2.792.484.07-
YUV44.81134.31131.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=34.25%
G=27.40%
B=38.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5040560.110.2900.78277.516.6718.82
Hex322838B1D04E1161113
Octal625070133501164262123
Binary110010101000111000101111101010011101000101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322838; }

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

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

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

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

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

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

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

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