#201329

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

Shades of Blackcurrant #201329

Tints of Blackcurrant #201329

Color information

#201329 (or 0x201329) is unknown color: approx Blackcurrant. HEX triplet: 20, 13 and 29. RGB value is (32,19,41). Sum of RGB (Red+Green+Blue) = 32+19+41=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #201329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201329 is #DFECD6. Grayscale: #191919. Windows color (decimal): -14675159 or 2691872. OLE color: 2691872.

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

Color convert

RGB321941-
CMYK0.220.5400.84
HSL275.45º36.67%11.76%-
HSV(B)275.45º53.66%16.08%-
XYZ1.230.932.21-
YUV25.39136.81132.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=34.78%
G=20.65%
B=44.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3219410.220.5400.84275.4536.6711.76
Hex201329163605411325c
Octal402351266601244234514
Binary1000001001110100110110110110010101001000100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201329; }

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

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

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

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

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

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

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

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