#201032

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

Shades of Blackcurrant #201032

Tints of Blackcurrant #201032

Color information

#201032 (or 0x201032) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 32. RGB value is (32,16,50). Sum of RGB (Red+Green+Blue) = 32+16+50=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #201032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201032 is #DFEFCD. Grayscale: #181818. Windows color (decimal): -14675918 or 3280928. OLE color: 3280928.

HSL color Cylindrical-coordinate representation of color #201032: hue angle of 268.24º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201032 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB321650-
CMYK0.360.6800.80
HSL268.24º51.52%12.94%-
HSV(B)268.24º68%19.61%-
XYZ1.360.913.12-
YUV24.66142.3133.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.65%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 50 (19.92% from 255) = 51.02%
R=32.65%
G=16.33%
B=51.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3216500.360.6800.80268.2451.5212.94
Hex201032244405010c34d
Octal4020624410401204146415
Binary100000100001100101001001000100010100001000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201032; }

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

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

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

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

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

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

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

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