#200540

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

Shades of Blackcurrant #200540

Tints of Blackcurrant #200540

Color information

#200540 (or 0x200540) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 40. RGB value is (32,5,64). Sum of RGB (Red+Green+Blue) = 32+5+64=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #200540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200540 is #DFFABF. Grayscale: #131313. Windows color (decimal): -14678720 or 4195616. OLE color: 4195616.

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

Color convert

RGB32564-
CMYK0.500.9200.75
HSL267.46º85.51%13.53%-
HSV(B)267.46º92.19%25.1%-
XYZ1.580.794.92-
YUV19.8152.95136.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=31.68%
G=4.95%
B=63.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal325640.500.9200.75267.4685.5113.53
Hex20540325C04B10b56e
Octal40510062134011341312616
Binary100000101100000011001010111000100101110000101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200540; }

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

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

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

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

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

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

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

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