#201629

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

Shades of Blackcurrant #201629

Tints of Blackcurrant #201629

Color information

#201629 (or 0x201629) is unknown color: approx Blackcurrant. HEX triplet: 20, 16 and 29. RGB value is (32,22,41). Sum of RGB (Red+Green+Blue) = 32+22+41=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #201629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201629 is #DFE9D6. Grayscale: #1B1B1B. Windows color (decimal): -14674391 or 2692640. OLE color: 2692640.

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

Color convert

RGB322241-
CMYK0.220.4600.84
HSL271.58º30.16%12.35%-
HSV(B)271.58º46.34%16.08%-
XYZ1.281.042.23-
YUV27.16135.81131.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 41 (16.41% from 255) = 43.16%
R=33.68%
G=23.16%
B=43.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3222410.220.4600.84271.5830.1612.35
Hex201629162E0541101ec
Octal402651265601244203614
Binary100000101101010011011010111001010100100010000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201629; }

 p { color: rgb(32,22,41); }

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

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

 a { background-color: rgb(32,22,41); }

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

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

 span { border-color: rgb(32,22,41); }

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