#200532

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

Shades of Blackcurrant #200532

Tints of Blackcurrant #200532

Color information

#200532 (or 0x200532) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 32. RGB value is (32,5,50). Sum of RGB (Red+Green+Blue) = 32+5+50=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #200532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200532 is #DFFACD. Grayscale: #121212. Windows color (decimal): -14678734 or 3278112. OLE color: 3278112.

HSL color Cylindrical-coordinate representation of color #200532: hue angle of 276º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200532 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB32550-
CMYK0.360.9000.80
HSL276º81.82%10.78%-
HSV(B)276º90%19.61%-
XYZ1.230.653.08-
YUV18.2145.95137.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 50 (19.92% from 255) = 57.47%
R=36.78%
G=5.75%
B=57.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal325500.360.9000.8027681.8210.78
Hex20532245A05011452b
Octal4056244132012042412213
Binary10000010111001010010010110100101000010001010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200532; }

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

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

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

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

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

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

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

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