#20072B

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

Shades of Blackcurrant #20072B

Tints of Blackcurrant #20072B

Color information

#20072B (or 0x20072B) is unknown color: approx Blackcurrant. HEX triplet: 20, 07 and 2B. RGB value is (32,7,43). Sum of RGB (Red+Green+Blue) = 32+7+43=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #20072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20072B is #DFF8D4. Grayscale: #121212. Windows color (decimal): -14678229 or 2819872. OLE color: 2819872.

HSL color Cylindrical-coordinate representation of color #20072B: hue angle of 281.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20072B is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB32743-
CMYK0.260.8400.83
HSL281.67º72%9.8%-
HSV(B)281.67º83.72%16.86%-
XYZ1.110.632.35-
YUV18.58141.78137.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 7 (3.12% from 255) = 8.54%
BLUE value IS 43 (17.19% from 255) = 52.44%
R=39.02%
G=8.54%
B=52.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal327430.260.8400.83281.67729.8
Hex2072B1A5405311a48a
Octal4075332124012343211012
Binary1000001111010111101010101000101001110001101010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20072B; }

 p { color: rgb(32,7,43); }

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

<style>
 a { background-color: #20072B; }

 a { background-color: rgb(32,7,43); }

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

<style>
 span { border-color: #20072B; }

 span { border-color: rgb(32,7,43); }

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