#322338

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

Shades of Blackcurrant #322338

Tints of Blackcurrant #322338

Color information

#322338 (or 0x322338) is unknown color: approx Blackcurrant. HEX triplet: 32, 23 and 38. RGB value is (50,35,56). Sum of RGB (Red+Green+Blue) = 50+35+56=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #322338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322338 is #CDDCC7. Grayscale: #292929. Windows color (decimal): -13491400 or 3679026. OLE color: 3679026.

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

Color convert

RGB503556-
CMYK0.110.3700.78
HSL282.86º23.08%17.84%-
HSV(B)282.86º37.5%21.96%-
XYZ2.632.174.02-
YUV41.88135.97133.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=35.46%
G=24.82%
B=39.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5035560.110.3700.78282.8623.0817.84
Hex322338B2504E11b1712
Octal624370134501164332722
Binary1100101000111110001011100101010011101000110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322338; }

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

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

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

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

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

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

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

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