#200324

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

Shades of Blackcurrant #200324

Tints of Blackcurrant #200324

Color information

#200324 (or 0x200324) is unknown color: approx Blackcurrant. HEX triplet: 20, 03 and 24. RGB value is (32,3,36). Sum of RGB (Red+Green+Blue) = 32+3+36=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #200324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200324 is #DFFCDB. Grayscale: #0F0F0F. Windows color (decimal): -14679260 or 2360096. OLE color: 2360096.

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

Color convert

RGB32336-
CMYK0.110.9200.86
HSL292.73º84.62%7.65%-
HSV(B)292.73º91.67%14.12%-
XYZ0.950.51.72-
YUV15.43139.61139.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 36 (14.45% from 255) = 50.70%
R=45.07%
G=4.23%
B=50.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal323360.110.9200.86292.7384.627.65
Hex20324B5C056125558
Octal4034413134012644512510
Binary10000011100100101110111000101011010010010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200324; }

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

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

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

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

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

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

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

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