#20082B

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

Shades of Blackcurrant #20082B

Tints of Blackcurrant #20082B

Color information

#20082B (or 0x20082B) is unknown color: approx Blackcurrant. HEX triplet: 20, 08 and 2B. RGB value is (32,8,43). Sum of RGB (Red+Green+Blue) = 32+8+43=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #20082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20082B is #DFF7D4. Grayscale: #131313. Windows color (decimal): -14677973 or 2820128. OLE color: 2820128.

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

Color convert

RGB32843-
CMYK0.260.8100.83
HSL281.14º68.63%10%-
HSV(B)281.14º81.4%16.86%-
XYZ1.120.662.35-
YUV19.17141.45137.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 43 (17.19% from 255) = 51.81%
R=38.55%
G=9.64%
B=51.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal328430.260.8100.83281.1468.6310
Hex2082B1A5105311945a
Octal40105332121012343110512
Binary10000010001010111101010100010101001110001100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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