#322038

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

Shades of Blackcurrant #322038

Tints of Blackcurrant #322038

Color information

#322038 (or 0x322038) is unknown color: approx Blackcurrant. HEX triplet: 32, 20 and 38. RGB value is (50,32,56). Sum of RGB (Red+Green+Blue) = 50+32+56=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #322038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322038 is #CDDFC7. Grayscale: #282828. Windows color (decimal): -13492168 or 3678258. OLE color: 3678258.

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

Color convert

RGB503256-
CMYK0.110.4300.78
HSL285º27.27%17.25%-
HSV(B)285º42.86%21.96%-
XYZ2.5523.99-
YUV40.12136.96135.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=36.23%
G=23.19%
B=40.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5032560.110.4300.7828527.2717.25
Hex322038B2B04E11d1b11
Octal624070135301164353321
Binary1100101000001110001011101011010011101000111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322038; }

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

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

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

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

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

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

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

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