#201729

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

Shades of Blackcurrant #201729

Tints of Blackcurrant #201729

Color information

#201729 (or 0x201729) is unknown color: approx Blackcurrant. HEX triplet: 20, 17 and 29. RGB value is (32,23,41). Sum of RGB (Red+Green+Blue) = 32+23+41=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #201729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201729 is #DFE8D6. Grayscale: #1B1B1B. Windows color (decimal): -14674135 or 2692896. OLE color: 2692896.

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

Color convert

RGB322341-
CMYK0.220.4400.84
HSL270º28.12%12.55%-
HSV(B)270º43.9%16.08%-
XYZ1.31.082.24-
YUV27.74135.48131.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 41 (16.41% from 255) = 42.71%
R=33.33%
G=23.96%
B=42.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3223410.220.4400.8427028.1212.55
Hex201729162C05410e1cd
Octal402751265401244163415
Binary100000101111010011011010110001010100100001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201729; }

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

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

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

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

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

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

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

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