#200928

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

Shades of Blackcurrant #200928

Tints of Blackcurrant #200928

Color information

#200928 (or 0x200928) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 28. RGB value is (32,9,40). Sum of RGB (Red+Green+Blue) = 32+9+40=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #200928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200928 is #DFF6D7. Grayscale: #131313. Windows color (decimal): -14677720 or 2623776. OLE color: 2623776.

HSL color Cylindrical-coordinate representation of color #200928: hue angle of 284.52º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #200928 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB32940-
CMYK0.200.7800.84
HSL284.52º63.27%9.61%-
HSV(B)284.52º77.5%15.69%-
XYZ1.080.662.08-
YUV19.41139.62136.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=39.51%
G=11.11%
B=49.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal329400.200.7800.84284.5263.279.61
Hex20928144E05411d3fa
Octal4011502411601244357712
Binary1000001001101000101001001110010101001000111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200928; }

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

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

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

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

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

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

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

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