#322438

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

Shades of Blackcurrant #322438

Tints of Blackcurrant #322438

Color information

#322438 (or 0x322438) is unknown color: approx Blackcurrant. HEX triplet: 32, 24 and 38. RGB value is (50,36,56). Sum of RGB (Red+Green+Blue) = 50+36+56=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #322438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322438 is #CDDBC7. Grayscale: #2A2A2A. Windows color (decimal): -13491144 or 3679282. OLE color: 3679282.

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

Color convert

RGB503656-
CMYK0.110.3600.78
HSL282º21.74%18.04%-
HSV(B)282º35.71%21.96%-
XYZ2.662.234.03-
YUV42.47135.64133.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=35.21%
G=25.35%
B=39.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5036560.110.3600.7828221.7418.04
Hex322438B2404E11a1612
Octal624470134401164322622
Binary1100101001001110001011100100010011101000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322438; }

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

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

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

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

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

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

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

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