#201626

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

Shades of Blackcurrant #201626

Tints of Blackcurrant #201626

Color information

#201626 (or 0x201626) is unknown color: approx Blackcurrant. HEX triplet: 20, 16 and 26. RGB value is (32,22,38). Sum of RGB (Red+Green+Blue) = 32+22+38=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #201626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201626 is #DFE9D9. Grayscale: #1A1A1A. Windows color (decimal): -14674394 or 2496032. OLE color: 2496032.

HSL color Cylindrical-coordinate representation of color #201626: hue angle of 277.5º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #201626 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB322238-
CMYK0.160.4200.85
HSL277.5º26.67%11.76%-
HSV(B)277.5º42.11%14.9%-
XYZ1.231.021.97-
YUV26.81134.31131.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 38 (15.23% from 255) = 41.30%
R=34.78%
G=23.91%
B=41.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3222380.160.4200.85277.526.6711.76
Hex201626102A0551161bc
Octal402646205201254263314
Binary100000101101001101000010101001010101100010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201626; }

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

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

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

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

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

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

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

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