#200840

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

Shades of Blackcurrant #200840

Tints of Blackcurrant #200840

Color information

#200840 (or 0x200840) is unknown color: approx Blackcurrant. HEX triplet: 20, 08 and 40. RGB value is (32,8,64). Sum of RGB (Red+Green+Blue) = 32+8+64=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #200840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200840 is #DFF7BF. Grayscale: #151515. Windows color (decimal): -14677952 or 4196384. OLE color: 4196384.

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

Color convert

RGB32864-
CMYK0.500.8700.75
HSL265.71º77.78%14.12%-
HSV(B)265.71º87.5%25.1%-
XYZ1.610.854.93-
YUV21.56151.95135.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.77%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=30.77%
G=7.69%
B=61.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal328640.500.8700.75265.7177.7814.12
Hex20840325704B10a4ee
Octal401010062127011341211616
Binary1000001000100000011001010101110100101110000101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200840; }

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

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

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

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

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

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

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

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