#20043D

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

Shades of Blackcurrant #20043D

Tints of Blackcurrant #20043D

Color information

#20043D (or 0x20043D) is unknown color: approx Blackcurrant. HEX triplet: 20, 04 and 3D. RGB value is (32,4,61). Sum of RGB (Red+Green+Blue) = 32+4+61=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #20043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20043D is #DFFBC2. Grayscale: #121212. Windows color (decimal): -14678979 or 3998752. OLE color: 3998752.

HSL color Cylindrical-coordinate representation of color #20043D: hue angle of 269.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20043D is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB32461-
CMYK0.480.9300.76
HSL269.47º87.69%12.75%-
HSV(B)269.47º93.44%23.92%-
XYZ1.480.734.48-
YUV18.87151.78137.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 61 (24.22% from 255) = 62.89%
R=32.99%
G=4.12%
B=62.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal324610.480.9300.76269.4787.6912.75
Hex2043D305D04C10d58d
Octal4047560135011441513015
Binary10000010011110111000010111010100110010000110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20043D; }

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

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

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

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

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

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

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

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