#201026

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

Shades of Blackcurrant #201026

Tints of Blackcurrant #201026

Color information

#201026 (or 0x201026) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 26. RGB value is (32,16,38). Sum of RGB (Red+Green+Blue) = 32+16+38=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #201026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201026 is #DFEFD9. Grayscale: #171717. Windows color (decimal): -14675930 or 2494496. OLE color: 2494496.

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

Color convert

RGB321638-
CMYK0.160.5800.85
HSL283.64º40.74%10.59%-
HSV(B)283.64º57.89%14.9%-
XYZ1.130.821.93-
YUV23.29136.3134.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 38 (15.23% from 255) = 44.19%
R=37.21%
G=18.60%
B=44.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3216380.160.5800.85283.6440.7410.59
Hex201026103A05511c29b
Octal402046207201254345113
Binary1000001000010011010000111010010101011000111001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201026; }

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

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

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

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

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

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

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

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