#20023F

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

Shades of Blackcurrant #20023F

Tints of Blackcurrant #20023F

Color information

#20023F (or 0x20023F) is unknown color: approx Blackcurrant. HEX triplet: 20, 02 and 3F. RGB value is (32,2,63). Sum of RGB (Red+Green+Blue) = 32+2+63=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #20023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20023F is #DFFDC0. Grayscale: #111111. Windows color (decimal): -14679489 or 4129312. OLE color: 4129312.

HSL color Cylindrical-coordinate representation of color #20023F: hue angle of 269.51º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20023F is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB32263-
CMYK0.490.9700.75
HSL269.51º93.85%12.75%-
HSV(B)269.51º96.83%24.71%-
XYZ1.510.714.76-
YUV17.92153.44138.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 63 (25% from 255) = 64.95%
R=32.99%
G=2.06%
B=64.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal322630.490.9700.75269.5193.8512.75
Hex2023F316104B10e5ed
Octal4027761141011341613615
Binary1000001011111111000111000010100101110000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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