#20093A

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

Shades of Blackcurrant #20093A

Tints of Blackcurrant #20093A

Color information

#20093A (or 0x20093A) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 3A. RGB value is (32,9,58). Sum of RGB (Red+Green+Blue) = 32+9+58=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #20093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20093A is #DFF6C5. Grayscale: #151515. Windows color (decimal): -14677702 or 3803424. OLE color: 3803424.

HSL color Cylindrical-coordinate representation of color #20093A: hue angle of 268.16º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20093A is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB32958-
CMYK0.450.8400.77
HSL268.16º73.13%13.14%-
HSV(B)268.16º84.48%22.75%-
XYZ1.460.814.08-
YUV21.46148.62135.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=32.32%
G=9.09%
B=58.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal329580.450.8400.77268.1673.1313.14
Hex2093A2D5404D10c49d
Octal40117255124011541411115
Binary100000100111101010110110101000100110110000110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20093A; }

 p { color: rgb(32,9,58); }

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

<style>
 a { background-color: #20093A; }

 a { background-color: rgb(32,9,58); }

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

<style>
 span { border-color: #20093A; }

 span { border-color: rgb(32,9,58); }

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