#200523

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

Shades of Blackcurrant #200523

Tints of Blackcurrant #200523

Color information

#200523 (or 0x200523) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 23. RGB value is (32,5,35). Sum of RGB (Red+Green+Blue) = 32+5+35=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #200523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200523 is #DFFADC. Grayscale: #101010. Windows color (decimal): -14678749 or 2295072. OLE color: 2295072.

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

Color convert

RGB32535-
CMYK0.090.8600.86
HSL294º75%7.84%-
HSV(B)294º85.71%13.73%-
XYZ0.950.541.64-
YUV16.49138.45139.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=44.44%
G=6.94%
B=48.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal325350.090.8600.86294757.84
Hex205239560561264b8
Octal4054311126012644611310
Binary100000101100011100110101100101011010010011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200523; }

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

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

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

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

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

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

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

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