#201528

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

Shades of Blackcurrant #201528

Tints of Blackcurrant #201528

Color information

#201528 (or 0x201528) is unknown color: approx Blackcurrant. HEX triplet: 20, 15 and 28. RGB value is (32,21,40). Sum of RGB (Red+Green+Blue) = 32+21+40=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #201528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201528 is #DFEAD7. Grayscale: #1A1A1A. Windows color (decimal): -14674648 or 2626848. OLE color: 2626848.

HSL color Cylindrical-coordinate representation of color #201528: hue angle of 274.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #201528 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB322140-
CMYK0.200.4800.84
HSL274.74º31.15%11.96%-
HSV(B)274.74º47.5%15.69%-
XYZ1.2512.13-
YUV26.46135.64131.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=34.41%
G=22.58%
B=43.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3221400.200.4800.84274.7431.1511.96
Hex20152814300541131fc
Octal402550246001244233714
Binary100000101011010001010011000001010100100010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201528; }

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

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

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

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

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

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

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

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