#200926

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

Shades of Blackcurrant #200926

Tints of Blackcurrant #200926

Color information

#200926 (or 0x200926) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 26. RGB value is (32,9,38). Sum of RGB (Red+Green+Blue) = 32+9+38=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #200926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200926 is #DFF6D9. Grayscale: #131313. Windows color (decimal): -14677722 or 2492704. OLE color: 2492704.

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

Color convert

RGB32938-
CMYK0.160.7600.85
HSL287.59º61.7%9.22%-
HSV(B)287.59º76.32%14.9%-
XYZ1.040.641.9-
YUV19.18138.62137.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 38 (15.23% from 255) = 48.10%
R=40.51%
G=11.39%
B=48.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal329380.160.7600.85287.5961.79.22
Hex20926104C0551203e9
Octal4011462011401254407611
Binary1000001001100110100001001100010101011001000001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200926; }

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

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

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

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

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

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

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

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