#200823

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

Shades of Blackcurrant #200823

Tints of Blackcurrant #200823

Color information

#200823 (or 0x200823) is unknown color: approx Blackcurrant. HEX triplet: 20, 08 and 23. RGB value is (32,8,35). Sum of RGB (Red+Green+Blue) = 32+8+35=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #200823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200823 is #DFF7DC. Grayscale: #121212. Windows color (decimal): -14677981 or 2295840. OLE color: 2295840.

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

Color convert

RGB32835-
CMYK0.090.7700.86
HSL293.33º62.79%8.43%-
HSV(B)293.33º77.14%13.73%-
XYZ0.990.61.65-
YUV18.25137.45137.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.67%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 35 (14.06% from 255) = 46.67%
R=42.67%
G=10.67%
B=46.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal328350.090.7700.86293.3362.798.43
Hex2082394D0561253f8
Octal4010431111501264457710
Binary100000100010001110011001101010101101001001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200823; }

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

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

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

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

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

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

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

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