#201024

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

Shades of Blackcurrant #201024

Tints of Blackcurrant #201024

Color information

#201024 (or 0x201024) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 24. RGB value is (32,16,36). Sum of RGB (Red+Green+Blue) = 32+16+36=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #201024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201024 is #DFEFDB. Grayscale: #171717. Windows color (decimal): -14675932 or 2363424. OLE color: 2363424.

HSL color Cylindrical-coordinate representation of color #201024: hue angle of 288º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #201024 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB321636-
CMYK0.110.5600.86
HSL288º38.46%10.2%-
HSV(B)288º55.56%14.12%-
XYZ1.10.811.77-
YUV23.06135.3134.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 36 (14.45% from 255) = 42.86%
R=38.10%
G=19.05%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3216360.110.5600.8628838.4610.2
Hex201024B3805612026a
Octal402044137001264404612
Binary100000100001001001011111000010101101001000001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201024; }

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

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

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

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

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

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

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

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