#200141

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

Shades of Blackcurrant #200141

Tints of Blackcurrant #200141

Color information

#200141 (or 0x200141) is unknown color: approx Blackcurrant. HEX triplet: 20, 01 and 41. RGB value is (32,1,65). Sum of RGB (Red+Green+Blue) = 32+1+65=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #200141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200141 is #DFFEBE. Grayscale: #111111. Windows color (decimal): -14679743 or 4260128. OLE color: 4260128.

HSL color Cylindrical-coordinate representation of color #200141: hue angle of 269.06º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200141 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB32165-
CMYK0.510.9800.75
HSL269.06º96.97%12.94%-
HSV(B)269.06º98.46%25.49%-
XYZ1.560.715.06-
YUV17.56154.77138.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.65%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 65 (25.78% from 255) = 66.33%
R=32.65%
G=1.02%
B=66.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal321650.510.9800.75269.0696.9712.94
Hex20141336204B10d61d
Octal40110163142011341514115
Binary1000001100000111001111000100100101110000110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200141; }

 p { color: rgb(32,1,65); }

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

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

 a { background-color: rgb(32,1,65); }

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

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

 span { border-color: rgb(32,1,65); }

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