#200824

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

Shades of Blackcurrant #200824

Tints of Blackcurrant #200824

Color information

#200824 (or 0x200824) is unknown color: approx Blackcurrant. HEX triplet: 20, 08 and 24. RGB value is (32,8,36). Sum of RGB (Red+Green+Blue) = 32+8+36=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 36 - color contains mainly: blue. Hex color #200824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200824 is #DFF7DB. Grayscale: #121212. Windows color (decimal): -14677980 or 2361376. OLE color: 2361376.

HSL color Cylindrical-coordinate representation of color #200824: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200824 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB32836-
CMYK0.110.7800.86
HSL291.43º63.64%8.63%-
HSV(B)291.43º77.78%14.12%-
XYZ10.611.73-
YUV18.37137.95137.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 36 (14.45% from 255) = 47.37%
R=42.11%
G=10.53%
B=47.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal328360.110.7800.86291.4363.648.63
Hex20824B4E056123409
Octal40104413116012644310011
Binary1000001000100100101110011100101011010010001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200824; }

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

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

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

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

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

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

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

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