#200826

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

Shades of Blackcurrant #200826

Tints of Blackcurrant #200826

Color information

#200826 (or 0x200826) is unknown color: approx Blackcurrant. HEX triplet: 20, 08 and 26. RGB value is (32,8,38). Sum of RGB (Red+Green+Blue) = 32+8+38=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #200826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200826 is #DFF7D9. Grayscale: #121212. Windows color (decimal): -14677978 or 2492448. OLE color: 2492448.

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

Color convert

RGB32838-
CMYK0.160.7900.85
HSL288º65.22%9.02%-
HSV(B)288º78.95%14.9%-
XYZ1.030.621.9-
YUV18.6138.95137.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 38 (15.23% from 255) = 48.72%
R=41.03%
G=10.26%
B=48.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal328380.160.7900.8528865.229.02
Hex20826104F055120419
Octal40104620117012544010111
Binary10000010001001101000010011110101010110010000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200826; }

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

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

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

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

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

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

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

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