#201531

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

Shades of Blackcurrant #201531

Tints of Blackcurrant #201531

Color information

#201531 (or 0x201531) is unknown color: approx Blackcurrant. HEX triplet: 20, 15 and 31. RGB value is (32,21,49). Sum of RGB (Red+Green+Blue) = 32+21+49=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #201531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201531 is #DFEACE. Grayscale: #1B1B1B. Windows color (decimal): -14674639 or 3216672. OLE color: 3216672.

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

Color convert

RGB322149-
CMYK0.350.5700.81
HSL263.57º40%13.73%-
HSV(B)263.57º57.14%19.22%-
XYZ1.421.073.04-
YUV27.48140.14131.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=31.37%
G=20.59%
B=48.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3221490.350.5700.81263.574013.73
Hex201531233905110828e
Octal402561437101214105016
Binary10000010101110001100011111001010100011000010001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201531; }

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

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

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

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

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

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

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

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