#201431

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

Shades of Blackcurrant #201431

Tints of Blackcurrant #201431

Color information

#201431 (or 0x201431) is unknown color: approx Blackcurrant. HEX triplet: 20, 14 and 31. RGB value is (32,20,49). Sum of RGB (Red+Green+Blue) = 32+20+49=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #201431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201431 is #DFEBCE. Grayscale: #1A1A1A. Windows color (decimal): -14674895 or 3216416. OLE color: 3216416.

HSL color Cylindrical-coordinate representation of color #201431: hue angle of 264.83º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #201431 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB322049-
CMYK0.350.5900.81
HSL264.83º42.03%13.53%-
HSV(B)264.83º59.18%19.22%-
XYZ1.41.033.03-
YUV26.89140.48131.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 49 (19.53% from 255) = 48.51%
R=31.68%
G=19.80%
B=48.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3220490.350.5900.81264.8342.0313.53
Hex201431233B0511092ae
Octal402461437301214115216
Binary10000010100110001100011111011010100011000010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201431; }

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

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

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

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

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

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

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

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