#201328

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

Shades of Blackcurrant #201328

Tints of Blackcurrant #201328

Color information

#201328 (or 0x201328) is unknown color: approx Blackcurrant. HEX triplet: 20, 13 and 28. RGB value is (32,19,40). Sum of RGB (Red+Green+Blue) = 32+19+40=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #201328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201328 is #DFECD7. Grayscale: #191919. Windows color (decimal): -14675160 or 2626336. OLE color: 2626336.

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

Color convert

RGB321940-
CMYK0.200.5200.84
HSL277.14º35.59%11.57%-
HSV(B)277.14º52.5%15.69%-
XYZ1.210.932.12-
YUV25.28136.31132.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.16%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=35.16%
G=20.88%
B=43.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3219400.200.5200.84277.1435.5911.57
Hex201328143405411524c
Octal402350246401244254414
Binary1000001001110100010100110100010101001000101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201328; }

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

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

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

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

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

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

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

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