#200426

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

Shades of Blackcurrant #200426

Tints of Blackcurrant #200426

Color information

#200426 (or 0x200426) is unknown color: approx Blackcurrant. HEX triplet: 20, 04 and 26. RGB value is (32,4,38). Sum of RGB (Red+Green+Blue) = 32+4+38=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #200426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200426 is #DFFBD9. Grayscale: #101010. Windows color (decimal): -14679002 or 2491424. OLE color: 2491424.

HSL color Cylindrical-coordinate representation of color #200426: hue angle of 289.41º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200426 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB32438-
CMYK0.160.8900.85
HSL289.41º80.95%8.24%-
HSV(B)289.41º89.47%14.9%-
XYZ0.990.531.88-
YUV16.25140.28139.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.24%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 38 (15.23% from 255) = 51.35%
R=43.24%
G=5.41%
B=51.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal324380.160.8900.85289.4180.958.24
Hex204261059055121518
Octal4044620131012544112110
Binary1000001001001101000010110010101010110010000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200426; }

 p { color: rgb(32,4,38); }

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

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

 a { background-color: rgb(32,4,38); }

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

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

 span { border-color: rgb(32,4,38); }

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