#32213D

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

Shades of Blackcurrant #32213D

Tints of Blackcurrant #32213D

Color information

#32213D (or 0x32213D) is unknown color: approx Blackcurrant. HEX triplet: 32, 21 and 3D. RGB value is (50,33,61). Sum of RGB (Red+Green+Blue) = 50+33+61=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #32213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32213D is #CDDEC2. Grayscale: #292929. Windows color (decimal): -13491907 or 4006194. OLE color: 4006194.

HSL color Cylindrical-coordinate representation of color #32213D: hue angle of 276.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32213D is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB503361-
CMYK0.180.4600.76
HSL276.43º29.79%18.43%-
HSV(B)276.43º45.9%23.92%-
XYZ2.72.14.68-
YUV41.28139.13134.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=34.72%
G=22.92%
B=42.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5033610.180.4600.76276.4329.7918.43
Hex32213D122E04C1141e12
Octal624175225601144243622
Binary11001010000111110110010101110010011001000101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32213D; }

 p { color: rgb(50,33,61); }

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

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

 a { background-color: rgb(50,33,61); }

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

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

 span { border-color: rgb(50,33,61); }

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