#322738

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

Shades of Blackcurrant #322738

Tints of Blackcurrant #322738

Color information

#322738 (or 0x322738) is unknown color: approx Blackcurrant. HEX triplet: 32, 27 and 38. RGB value is (50,39,56). Sum of RGB (Red+Green+Blue) = 50+39+56=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #322738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322738 is #CDD8C7. Grayscale: #2C2C2C. Windows color (decimal): -13490376 or 3680050. OLE color: 3680050.

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

Color convert

RGB503956-
CMYK0.110.3000.78
HSL278.82º17.89%18.63%-
HSV(B)278.82º30.36%21.96%-
XYZ2.752.414.06-
YUV44.23134.64132.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=34.48%
G=26.90%
B=38.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5039560.110.3000.78278.8217.8918.63
Hex322738B1E04E1171213
Octal624770133601164272223
Binary110010100111111000101111110010011101000101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322738; }

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

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

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

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

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

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

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

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