#20003F

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

Shades of Blackcurrant #20003F

Tints of Blackcurrant #20003F

Color information

#20003F (or 0x20003F) is unknown color: approx Blackcurrant. HEX triplet: 20, 00 and 3F. RGB value is (32,0,63). Sum of RGB (Red+Green+Blue) = 32+0+63=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #20003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20003F is #DFFFC0. Grayscale: #101010. Windows color (decimal): -14680001 or 4128800. OLE color: 4128800.

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

Color convert

RGB32063-
CMYK0.49100.75
HSL270.48º100%12.35%-
HSV(B)270.48º100%24.71%-
XYZ1.490.674.75-
YUV16.75154.1138.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 66.32%
R=33.68%
G=0%
B=66.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal320630.49100.75270.4810012.35
Hex2003F316404B10e64c
Octal4007761144011341614414
Binary100000011111111000111001000100101110000111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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