#200539

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

Shades of Blackcurrant #200539

Tints of Blackcurrant #200539

Color information

#200539 (or 0x200539) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 39. RGB value is (32,5,57). Sum of RGB (Red+Green+Blue) = 32+5+57=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #200539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200539 is #DFFAC6. Grayscale: #121212. Windows color (decimal): -14678727 or 3736864. OLE color: 3736864.

HSL color Cylindrical-coordinate representation of color #200539: hue angle of 271.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200539 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB32557-
CMYK0.440.9100.78
HSL271.15º83.87%12.16%-
HSV(B)271.15º91.23%22.35%-
XYZ1.390.713.93-
YUV19149.45137.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 57 (22.66% from 255) = 60.64%
R=34.04%
G=5.32%
B=60.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal325570.440.9100.78271.1583.8712.16
Hex205392C5B04E10f54c
Octal4057154133011641712414
Binary10000010111100110110010110110100111010000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200539; }

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

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

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

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

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

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

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

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