#20042E

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

Shades of Blackcurrant #20042E

Tints of Blackcurrant #20042E

Color information

#20042E (or 0x20042E) is unknown color: approx Blackcurrant. HEX triplet: 20, 04 and 2E. RGB value is (32,4,46). Sum of RGB (Red+Green+Blue) = 32+4+46=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #20042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20042E is #DFFBD1. Grayscale: #111111. Windows color (decimal): -14678994 or 3015712. OLE color: 3015712.

HSL color Cylindrical-coordinate representation of color #20042E: hue angle of 280º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20042E is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32446-
CMYK0.300.9100.82
HSL280º84%9.8%-
HSV(B)280º91.3%18.04%-
XYZ1.130.592.64-
YUV17.16144.28138.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 46 (18.36% from 255) = 56.10%
R=39.02%
G=4.88%
B=56.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal324460.300.9100.82280849.8
Hex2042E1E5B05211854a
Octal4045636133012243012412
Binary1000001001011101111010110110101001010001100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20042E; }

 p { color: rgb(32,4,46); }

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

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

 a { background-color: rgb(32,4,46); }

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

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

 span { border-color: rgb(32,4,46); }

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