#201326

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

Shades of Blackcurrant #201326

Tints of Blackcurrant #201326

Color information

#201326 (or 0x201326) is unknown color: approx Blackcurrant. HEX triplet: 20, 13 and 26. RGB value is (32,19,38). Sum of RGB (Red+Green+Blue) = 32+19+38=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #201326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201326 is #DFECD9. Grayscale: #181818. Windows color (decimal): -14675162 or 2495264. OLE color: 2495264.

HSL color Cylindrical-coordinate representation of color #201326: hue angle of 281.05º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201326 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB321938-
CMYK0.160.5000.85
HSL281.05º33.33%11.18%-
HSV(B)281.05º50%14.9%-
XYZ1.180.911.95-
YUV25.05135.31132.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 38 (15.23% from 255) = 42.70%
R=35.96%
G=21.35%
B=42.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3219380.160.5000.85281.0533.3311.18
Hex201326103205511921b
Octal402346206201254314113
Binary1000001001110011010000110010010101011000110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201326; }

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

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

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

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

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

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

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

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