#20012D

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

Shades of Blackcurrant #20012D

Tints of Blackcurrant #20012D

Color information

#20012D (or 0x20012D) is unknown color: approx Blackcurrant. HEX triplet: 20, 01 and 2D. RGB value is (32,1,45). Sum of RGB (Red+Green+Blue) = 32+1+45=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #20012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20012D is #DFFED2. Grayscale: #0F0F0F. Windows color (decimal): -14679763 or 2949408. OLE color: 2949408.

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

Color convert

RGB32145-
CMYK0.290.9800.82
HSL282.27º95.65%9.02%-
HSV(B)282.27º97.78%17.65%-
XYZ1.080.522.53-
YUV15.28144.77139.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 45 (17.97% from 255) = 57.69%
R=41.03%
G=1.28%
B=57.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal321450.290.9800.82282.2795.659.02
Hex2012D1D6205211a609
Octal4015535142012243214011
Binary10000011011011110111000100101001010001101011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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