#200026

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

Shades of Blackcurrant #200026

Tints of Blackcurrant #200026

Color information

#200026 (or 0x200026) is unknown color: approx Blackcurrant. HEX triplet: 20, 00 and 26. RGB value is (32,0,38). Sum of RGB (Red+Green+Blue) = 32+0+38=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #200026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200026 is #DFFFD9. Grayscale: #0D0D0D. Windows color (decimal): -14680026 or 2490400. OLE color: 2490400.

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

Color convert

RGB32038-
CMYK0.16100.85
HSL290.53º100%7.45%-
HSV(B)290.53º100%14.9%-
XYZ0.950.451.87-
YUV13.9141.6140.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 54.29%
R=45.71%
G=0%
B=54.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal320380.16100.85290.531007.45
Hex200261064055123647
Octal400462014401254431447
Binary1000000100110100001100100010101011001000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200026; }

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

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

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

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

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

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

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

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