#200626

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

Shades of Blackcurrant #200626

Tints of Blackcurrant #200626

Color information

#200626 (or 0x200626) is unknown color: approx Blackcurrant. HEX triplet: 20, 06 and 26. RGB value is (32,6,38). Sum of RGB (Red+Green+Blue) = 32+6+38=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #200626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200626 is #DFF9D9. Grayscale: #111111. Windows color (decimal): -14678490 or 2491936. OLE color: 2491936.

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

Color convert

RGB32638-
CMYK0.160.8400.85
HSL288.75º72.73%8.63%-
HSV(B)288.75º84.21%14.9%-
XYZ1.010.581.89-
YUV17.42139.61138.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 38 (15.23% from 255) = 50%
R=42.11%
G=7.89%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal326380.160.8400.85288.7572.738.63
Hex206261054055121499
Octal4064620124012544111111
Binary1000001101001101000010101000101010110010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200626; }

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

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

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

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

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

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

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

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