#20032D

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

Shades of Blackcurrant #20032D

Tints of Blackcurrant #20032D

Color information

#20032D (or 0x20032D) is unknown color: approx Blackcurrant. HEX triplet: 20, 03 and 2D. RGB value is (32,3,45). Sum of RGB (Red+Green+Blue) = 32+3+45=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #20032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20032D is #DFFCD2. Grayscale: #101010. Windows color (decimal): -14679251 or 2949920. OLE color: 2949920.

HSL color Cylindrical-coordinate representation of color #20032D: hue angle of 281.43º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20032D is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32345-
CMYK0.290.9300.82
HSL281.43º87.5%9.41%-
HSV(B)281.43º93.33%17.65%-
XYZ1.10.562.53-
YUV16.46144.11139.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=40%
G=3.75%
B=56.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal323450.290.9300.82281.4387.59.41
Hex2032D1D5D052119589
Octal4035535135012243113011
Binary100000111011011110110111010101001010001100110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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