#20082E

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

Shades of Blackcurrant #20082E

Tints of Blackcurrant #20082E

Color information

#20082E (or 0x20082E) is unknown color: approx Blackcurrant. HEX triplet: 20, 08 and 2E. RGB value is (32,8,46). Sum of RGB (Red+Green+Blue) = 32+8+46=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #20082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20082E is #DFF7D1. Grayscale: #131313. Windows color (decimal): -14677970 or 3016736. OLE color: 3016736.

HSL color Cylindrical-coordinate representation of color #20082E: hue angle of 277.89º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20082E is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32846-
CMYK0.300.8300.82
HSL277.89º70.37%10.59%-
HSV(B)277.89º82.61%18.04%-
XYZ1.180.682.65-
YUV19.51142.95136.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 46 (18.36% from 255) = 53.49%
R=37.21%
G=9.30%
B=53.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal328460.300.8300.82277.8970.3710.59
Hex2082E1E5305211646b
Octal40105636123012242610613
Binary10000010001011101111010100110101001010001011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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