#20042D

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

Shades of Blackcurrant #20042D

Tints of Blackcurrant #20042D

Color information

#20042D (or 0x20042D) is unknown color: approx Blackcurrant. HEX triplet: 20, 04 and 2D. RGB value is (32,4,45). Sum of RGB (Red+Green+Blue) = 32+4+45=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #20042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20042D is #DFFBD2. Grayscale: #101010. Windows color (decimal): -14678995 or 2950176. OLE color: 2950176.

HSL color Cylindrical-coordinate representation of color #20042D: hue angle of 280.98º 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 #20042D is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32445-
CMYK0.290.9100.82
HSL280.98º83.67%9.61%-
HSV(B)280.98º91.11%17.65%-
XYZ1.110.582.54-
YUV17.05143.78138.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=39.51%
G=4.94%
B=55.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal324450.290.9100.82280.9883.679.61
Hex2042D1D5B05211954a
Octal4045535133012243112412
Binary1000001001011011110110110110101001010001100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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