#201432

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

Shades of Blackcurrant #201432

Tints of Blackcurrant #201432

Color information

#201432 (or 0x201432) is unknown color: approx Blackcurrant. HEX triplet: 20, 14 and 32. RGB value is (32,20,50). Sum of RGB (Red+Green+Blue) = 32+20+50=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #201432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201432 is #DFEBCD. Grayscale: #1A1A1A. Windows color (decimal): -14674894 or 3281952. OLE color: 3281952.

HSL color Cylindrical-coordinate representation of color #201432: hue angle of 264º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #201432 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB322050-
CMYK0.360.6000.80
HSL264º42.86%13.73%-
HSV(B)264º60%19.61%-
XYZ1.421.043.14-
YUV27.01140.98131.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=31.37%
G=19.61%
B=49.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3220500.360.6000.8026442.8613.73
Hex201432243C0501082be
Octal402462447401204105316
Binary10000010100110010100100111100010100001000010001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201432; }

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

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

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

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

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

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

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

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