#201527

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

Shades of Blackcurrant #201527

Tints of Blackcurrant #201527

Color information

#201527 (or 0x201527) is unknown color: approx Blackcurrant. HEX triplet: 20, 15 and 27. RGB value is (32,21,39). Sum of RGB (Red+Green+Blue) = 32+21+39=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #201527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201527 is #DFEAD8. Grayscale: #1A1A1A. Windows color (decimal): -14674649 or 2561312. OLE color: 2561312.

HSL color Cylindrical-coordinate representation of color #201527: hue angle of 276.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #201527 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB322139-
CMYK0.180.4600.85
HSL276.67º30%11.76%-
HSV(B)276.67º46.15%15.29%-
XYZ1.230.992.05-
YUV26.34135.14132.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=34.78%
G=22.83%
B=42.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3221390.180.4600.85276.673011.76
Hex201527122E0551151ec
Octal402547225601254253614
Binary100000101011001111001010111001010101100010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201527; }

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

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

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

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

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

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

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

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