#201028

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

Shades of Blackcurrant #201028

Tints of Blackcurrant #201028

Color information

#201028 (or 0x201028) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 28. RGB value is (32,16,40). Sum of RGB (Red+Green+Blue) = 32+16+40=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #201028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201028 is #DFEFD7. Grayscale: #171717. Windows color (decimal): -14675928 or 2625568. OLE color: 2625568.

HSL color Cylindrical-coordinate representation of color #201028: hue angle of 280º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #201028 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB321640-
CMYK0.200.6000.84
HSL280º42.86%10.98%-
HSV(B)280º60%15.69%-
XYZ1.160.832.11-
YUV23.52137.3134.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=36.36%
G=18.18%
B=45.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3216400.200.6000.8428042.8610.98
Hex201028143C0541182bb
Octal402050247401244305313
Binary1000001000010100010100111100010101001000110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201028; }

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

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

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

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

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

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

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

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