#20023A

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

Shades of Blackcurrant #20023A

Tints of Blackcurrant #20023A

Color information

#20023A (or 0x20023A) is unknown color: approx Blackcurrant. HEX triplet: 20, 02 and 3A. RGB value is (32,2,58). Sum of RGB (Red+Green+Blue) = 32+2+58=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #20023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20023A is #DFFDC5. Grayscale: #111111. Windows color (decimal): -14679494 or 3801632. OLE color: 3801632.

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

Color convert

RGB32258-
CMYK0.450.9700.77
HSL272.14º93.33%11.76%-
HSV(B)272.14º96.55%22.75%-
XYZ1.380.664.06-
YUV17.35150.94138.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 58 (23.05% from 255) = 63.04%
R=34.78%
G=2.17%
B=63.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal322580.450.9700.77272.1493.3311.76
Hex2023A2D6104D1105dc
Octal4027255141011542013514
Binary1000001011101010110111000010100110110001000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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