#32213F

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

Shades of Blackcurrant #32213F

Tints of Blackcurrant #32213F

Color information

#32213F (or 0x32213F) is unknown color: approx Blackcurrant. HEX triplet: 32, 21 and 3F. RGB value is (50,33,63). Sum of RGB (Red+Green+Blue) = 50+33+63=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #32213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32213F is #CDDEC0. Grayscale: #292929. Windows color (decimal): -13491905 or 4137266. OLE color: 4137266.

HSL color Cylindrical-coordinate representation of color #32213F: hue angle of 274º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32213F is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB503363-
CMYK0.210.4800.75
HSL274º31.25%18.82%-
HSV(B)274º47.62%24.71%-
XYZ2.762.124.97-
YUV41.5140.13134.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 63 (25% from 255) = 43.15%
R=34.25%
G=22.60%
B=43.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5033630.210.4800.7527431.2518.82
Hex32213F153004B1121f13
Octal624177256001134223723
Binary11001010000111111110101110000010010111000100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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