#32203D

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

Shades of Blackcurrant #32203D

Tints of Blackcurrant #32203D

Color information

#32203D (or 0x32203D) is unknown color: approx Blackcurrant. HEX triplet: 32, 20 and 3D. RGB value is (50,32,61). Sum of RGB (Red+Green+Blue) = 50+32+61=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #32203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32203D is #CDDFC2. Grayscale: #282828. Windows color (decimal): -13492163 or 4005938. OLE color: 4005938.

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

Color convert

RGB503261-
CMYK0.180.4800.76
HSL277.24º31.18%18.24%-
HSV(B)277.24º47.54%23.92%-
XYZ2.672.054.67-
YUV40.69139.46134.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=34.97%
G=22.38%
B=42.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5032610.180.4800.76277.2431.1818.24
Hex32203D123004C1151f12
Octal624075226001144253722
Binary11001010000011110110010110000010011001000101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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