#200940

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

Shades of Blackcurrant #200940

Tints of Blackcurrant #200940

Color information

#200940 (or 0x200940) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 40. RGB value is (32,9,64). Sum of RGB (Red+Green+Blue) = 32+9+64=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #200940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200940 is #DFF6BF. Grayscale: #151515. Windows color (decimal): -14677696 or 4196640. OLE color: 4196640.

HSL color Cylindrical-coordinate representation of color #200940: hue angle of 265.09º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200940 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB32964-
CMYK0.500.8600.75
HSL265.09º75.34%14.31%-
HSV(B)265.09º85.94%25.1%-
XYZ1.620.874.93-
YUV22.15151.62135.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.48%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=30.48%
G=8.57%
B=60.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal329640.500.8600.75265.0975.3414.31
Hex20940325604B1094be
Octal401110062126011341111316
Binary1000001001100000011001010101100100101110000100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200940; }

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

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

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

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

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

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

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

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