#200531

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

Shades of Blackcurrant #200531

Tints of Blackcurrant #200531

Color information

#200531 (or 0x200531) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 31. RGB value is (32,5,49). Sum of RGB (Red+Green+Blue) = 32+5+49=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #200531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200531 is #DFFACE. Grayscale: #111111. Windows color (decimal): -14678735 or 3212576. OLE color: 3212576.

HSL color Cylindrical-coordinate representation of color #200531: hue angle of 276.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200531 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB32549-
CMYK0.350.9000.81
HSL276.82º81.48%10.59%-
HSV(B)276.82º89.8%19.22%-
XYZ1.20.642.97-
YUV18.09145.45137.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=37.21%
G=5.81%
B=56.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal325490.350.9000.81276.8281.4810.59
Hex20531235A05111551b
Octal4056143132012142512113
Binary10000010111000110001110110100101000110001010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200531; }

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

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

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

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

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

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

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

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